Skip to content

Commit 7e4530d

Browse files
Update default regions in quota_check_params.sh
1 parent b2dd86e commit 7e4530d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/quota_check_params.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ az account set --subscription "$AZURE_SUBSCRIPTION_ID"
9191
echo "🎯 Active Subscription: $(az account show --query '[name, id]' --output tsv)"
9292

9393
# Default Regions to check (Comma-separated, now configurable)
94-
DEFAULT_REGIONS="eastus,uksouth,eastus2,northcentralus,swedencentral,westus,westus2,southcentralus,canadacentral"
94+
DEFAULT_REGIONS="australiaeast,eastus,eastus2,francecentral,japaneast,norwayeast,southindia,swedencentral,uksouth,westus,westus3"
9595
IFS=',' read -r -a DEFAULT_REGION_ARRAY <<< "$DEFAULT_REGIONS"
9696

9797
# Read parameters (if any)

0 commit comments

Comments
 (0)