Skip to content

Commit 7ec3734

Browse files
updated the default region for ai models
1 parent 639d7c1 commit 7ec3734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content-gen/infra/scripts/quota_check_params.sh

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

8686
# Default Regions supporting GPT-5.1 and GPT-Image-1 with GlobalStandard SKU
87-
DEFAULT_REGIONS="australiaeast,centralus,eastasia,eastus,eastus2,japaneast,northeurope,southeastasia,swedencentral,uksouth,westus,westus3"
87+
DEFAULT_REGIONS="australiaeast,canadaeast,eastus2,japaneast,koreacentral,swedencentral,switzerlandnorth,uksouth"
8888
IFS=',' read -r -a DEFAULT_REGION_ARRAY <<< "$DEFAULT_REGIONS"
8989

9090
# Read parameters (if any)

0 commit comments

Comments
 (0)