We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe96c3 commit f6b565aCopy full SHA for f6b565a
1 file changed
scripts/checkquota.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}"
0 commit comments