We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f15eba0 + 7032c97 commit 25ad76aCopy full SHA for 25ad76a
1 file changed
content-gen/scripts/checkquota.sh
@@ -41,7 +41,7 @@ IMAGE_MODEL_MIN_CAPACITY="${IMAGE_MODEL_MIN_CAPACITY:-1}"
41
if [[ -n "$AZURE_REGIONS" ]]; then
42
IFS=', ' read -ra REGIONS <<< "$AZURE_REGIONS"
43
else
44
- REGIONS=("westus3" "eastus2" "uaenorth" "polandcentral" "swedencentral" "australiaeast" "eastus" "uksouth" "japaneast")
+ REGIONS=("westus3" "eastus2" "uaenorth" "swedencentral" "australiaeast" "eastus" "uksouth" "japaneast")
45
fi
46
47
# Map image model choice to Azure quota model name
0 commit comments