-
Notifications
You must be signed in to change notification settings - Fork 0
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
patch empty zone list return from command. #40
base: main
Are you sure you want to change the base?
Conversation
Have you tried manually running the $ az vm list-skus --location westeurope --zone --resource-type virtualMachines --size Standard_D2s_v3 --query '[].locationInfo[0].zones' --output jsonc
[
[
"3",
"2",
"1"
]
] How does your |
Hmmm, looks like im setting region |
By not setting |
The template repo maps |
It seems like there are no
Still, STDOUT shows a proper |
|
My az cli must be broken locally? |
Due to the
az
command being ran here, an empty set of data retruns as an empty string""
instead of[]
.