Output from azd version
Run azd version and copy and paste the output here: 1.23.9
Describe the bug
Issue with the latest update of AZD 1.23.9
To Reproduce
With Azd 1.23.9 while deploying using the command "AZD UP", the below error is being produced.
(x) Failed: Validating deployment
ERROR: error executing step command 'provision': deployment failed: error deploying infrastructure: local preflight validation failed: parsing bicep snapshot: json: cannot unmarshal string into Go struct field armTemplateResource.predictedResources.identity of type bicep.armTemplateIdentity
Expected behavior
After "AZD UP", rg should be created as expected and continue with other deployment steps.
Output from
azd versionRun
azd versionand copy and paste the output here: 1.23.9Describe the bug
Issue with the latest update of AZD 1.23.9
To Reproduce
With Azd 1.23.9 while deploying using the command "AZD UP", the below error is being produced.
(x) Failed: Validating deployment
ERROR: error executing step command 'provision': deployment failed: error deploying infrastructure: local preflight validation failed: parsing bicep snapshot: json: cannot unmarshal string into Go struct field armTemplateResource.predictedResources.identity of type bicep.armTemplateIdentity
Expected behavior
After "AZD UP", rg should be created as expected and continue with other deployment steps.