Skip to content

Commit b2dd86e

Browse files
Update preferred regions in quota validation scripts
1 parent 293c865 commit b2dd86e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/validate_model_quota.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if ($DeploymentType -ne "Standard" -and $DeploymentType -ne "GlobalStandard") {
2525

2626
$ModelType = "OpenAI.$DeploymentType.$Model"
2727

28-
$PreferredRegions = @('australiaeast', 'eastus2', 'francecentral', 'japaneast', 'norwayeast', 'swedencentral', 'uksouth', 'westus')
28+
$PreferredRegions = @('australiaeast', 'eastus', 'eastus2', 'francecentral', 'japaneast', 'norwayeast', 'southindia', 'swedencentral', 'uksouth', 'westus', 'westus3')
2929
$AllResults = @()
3030

3131
function Check-Quota {

scripts/validate_model_quota.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MODEL=""
55
DEPLOYMENT_TYPE="Standard"
66
CAPACITY=0
77

8-
ALL_REGIONS=('australiaeast' 'eastus2' 'francecentral' 'japaneast' 'norwayeast' 'swedencentral' 'uksouth' 'westus')
8+
ALL_REGIONS=('australiaeast' 'eastus' 'eastus2' 'francecentral' 'japaneast' 'norwayeast' 'southindia' 'swedencentral' 'uksouth' 'westus' 'westus3')
99

1010
while [[ $# -gt 0 ]]; do
1111
case "$1" in

0 commit comments

Comments
 (0)