Skip to content

Commit 25ad76a

Browse files
2 parents f15eba0 + 7032c97 commit 25ad76a

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)