We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e889a commit 6f846d8Copy full SHA for 6f846d8
infra/scripts/checkquota_ckmv2.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# List of Azure regions to check for quota (update as needed)
4
-IFS=' ' read -ra REGIONS <<< "$AZURE_REGIONS"
+IFS=', ' read -ra REGIONS <<< "$AZURE_REGIONS"
5
6
SUBSCRIPTION_ID="${AZURE_SUBSCRIPTION_ID}"
7
GPT_MIN_CAPACITY="${GPT_MIN_CAPACITY}"
infra/scripts/checkquota_km.sh
0 commit comments