Skip to content

Commit 7032c97

Browse files
Update content-gen/scripts/checkquota.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 165e0ce commit 7032c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content-gen/scripts/checkquota.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ IMAGE_MODEL_MIN_CAPACITY="${IMAGE_MODEL_MIN_CAPACITY:-1}"
4141
if [[ -n "$AZURE_REGIONS" ]]; then
4242
IFS=', ' read -ra REGIONS <<< "$AZURE_REGIONS"
4343
else
44-
REGIONS=("westus3" "eastus2" "uaenorth" "polandcentral" "swedencentral" "australiaeast" "eastus" "uksouth" "japaneast")
44+
REGIONS=("westus3" "eastus2" "uaenorth" "swedencentral" "australiaeast" "eastus" "uksouth" "japaneast")
4545
fi
4646

4747
# Map image model choice to Azure quota model name

0 commit comments

Comments
 (0)