Null templateLink returned in deployment().properties in 2.5.1 azure cli #13317
Labels
ARM
az resource/group/lock/tag/deployment/policy/managementapp/account management-group
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
Following az command is brokern:
az deployment group create -g <resource_group> --template-uri "https://devtestzipacc.blob.core.windows.net/test/mainTemplate.json" --name "test"
It used to return templateLink correctly in older version. With latest update, it is sending null.
To Reproduce
Use this command in 2.5.1 azure cli. It returns null templateLink property.
az deployment group create -g <resource_group> --template-uri "https://devtestzipacc.blob.core.windows.net/test/mainTemplate.json" --name "test"
Expected behavior
Above command should populate templateLink as explained in public documentation:
Environment summary
Additional context
The text was updated successfully, but these errors were encountered: