We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdad8af commit 75b6ab7Copy full SHA for 75b6ab7
weblogic-azure-aks/src/main/arm/scripts/inline-scripts/validateParameters.sh
@@ -598,7 +598,7 @@ function validate_appgateway_vnet() {
598
599
function query_available_zones() {
600
if [[ "${createAKSCluster,,}" == "true" ]]; then
601
- outputAvailableZones=$(az vm list-skus -l ${location} --size ${aksAgentPoolVMSize} --zone true | jq '.[] | .locationInfo[] | .zones')
+ outputAvailableZones=$(az vm list-skus -l ${location} --size ${aksAgentPoolVMSize} --zone true | jq -c '.[] | .locationInfo[] | .zones')
602
fi
603
604
if [ -z "${outputAvailableZones}" ]; then
0 commit comments