This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az deployment group create
Errors:
mode is not a known attribute of class <class 'azure.mgmt.resource.resources.v2022_09_01.models._models_py3.TemplateLink'> and will be ignored
It breaks our pipelines. Why is a warning written to standard error?
With 2.46.0 everything was healthy.
To Reproduce:
az deployment group create --name "" --resource-group "" --template-spec "" --parameters ""
Expected Behavior
- No warning should be displayed.
- (Warnings shouldn't be written to standard error?)
Environment Summary
Windows-10-10.0.19045-SP0
Python 3.10.10
Installer: MSI
azure-cli 2.47.0
Extensions:
account 0.2.5
containerapp 0.3.27
Dependencies:
msal 1.20.0
azure-mgmt-resource 22.0.0
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az deployment group createErrors:
It breaks our pipelines. Why is a warning written to standard error?
With 2.46.0 everything was healthy.
To Reproduce:
az deployment group create --name "" --resource-group "" --template-spec "" --parameters ""Expected Behavior
Environment Summary