-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
az ts commands failing #17890
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @armleads-azure. Issue DetailsDescribe the bugSome commands from We initially discovered by a failure like
and tracing the problem I discovered a more verbose error running a similar Deploying the same template from web portal did work. Upgrading az-cli makes no change, and tracebacks below are from fresh upgrade to 2.22.1 (rpm based). The create command worked around three weeks ago, although I'm not sure about the last modification time of the template spec I was using at that moment. Command Name Errors:
To Reproduce:
Expected BehaviorEnvironment Summary
|
route to service team |
Hi,
According to API documentation https://docs.microsoft.com/en-us/rest/api/resources/templatespecversions/get#templatespecversion response should have Michal |
ARM service team could take a look at this issue |
I think there is also this related issue #17733 |
Seems to also be a duplicate of this: #17759. |
@JavierPalaciosNexplore Thank you for your patience, the fix for deploying a template spec version should be released after 05/06. I am unable to reproduce the az ts export error. Can you please explain in more detail how you ran in to the "'NoneType' object is not iterable" error using this command? i.e. Does this fail for all of your template specs or only one? Does your template spec contain artifacts? |
Although I expect this to get solved after #17896, This is the complete sequence:
|
@JavierPalaciosNexplore Please try upgrade to Azure CLI 2.23.0. The latest version was released today. Are you still seeing this error? |
Yes, everything is working again with the new CLI release |
Describe the bug
Some commands from
az ts
familiy are failing for newly created/edited templates.We initially discovered by a failure like
and tracing the problem I discovered a more verbose error running a similar
az ts export --output-folder output -n aks-cluster --version 0.1.2.1 -g global
command, which gives a python traceback (I've lost the first one, but I remember it already mentioned template, not like the current one)Deploying the same template from web portal did work. Upgrading az-cli makes no change, and tracebacks below are from fresh upgrade to 2.22.1 (rpm based).
Upgrading using the portal a template with working export makes it to become unexportable.
The create command worked around three weeks ago, although I'm not sure about the last modification time of the template spec I was using at that moment.
Command Name
az ts export
Errors:
To Reproduce:
az ts export --output-folder {} -n {} --version {} -g {}
Expected Behavior
Environment Summary
The text was updated successfully, but these errors were encountered: