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 a484e5a commit ea8101dCopy full SHA for ea8101d
infra/scripts/quota_check_params.sh
@@ -92,7 +92,7 @@ az account set --subscription "$AZURE_SUBSCRIPTION_ID"
92
echo "🎯 Active Subscription: $(az account show --query '[name, id]' --output tsv)"
93
94
# Default Regions to check (Comma-separated, now configurable)
95
-DEFAULT_REGIONS="eastus,uksouth,eastus2,northcentralus,swedencentral,westus,westus2,southcentralus,canadacentral"
+DEFAULT_REGIONS="australiaeast,eastus2,francecentral,japaneast,norwayeast,swedencentral,uksouth,westus"
96
IFS=',' read -r -a DEFAULT_REGION_ARRAY <<< "$DEFAULT_REGIONS"
97
98
# Read parameters (if any)
0 commit comments