patch empty zone list return from command. - #40
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? |
|
can we close this? @rajsinghtech |
Due to the
azcommand being ran here, an empty set of data retruns as an empty string""instead of[].