Azure / template-specs

MIT License
31 stars 4 forks source link

templateSpec w/ description property fails to deploy #13

Closed bmoore-msft closed 4 years ago

bmoore-msft commented 4 years ago

If I create a templateSpec and during creating add a description property, that templateSpec will fail to deploy with the following:

      "details": [
        {
          "code": "BadRequest",
          "message": "{\r\n  \"error\": {\r\n    \"code\": \"InvalidRequestContent\",\r\n    \"message\": \"The request content was invalid and could not be deserialized: 'Could not find member 'description' on object of type 'TemplateSpecVersionResourceProperties'. Path 'properties.description', line 12, position 18.'.\"\r\n  }\r\n}"
        }
      ],
      "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details."
    },
snarkywolverine commented 4 years ago

This has been addressed and should be resolved by 7/24/2020.

alex-frankel commented 4 years ago

Closing - I think this has been fully deployed.