Skip to content

Commit 6f846d8

Browse files
comma separated values
1 parent 95e889a commit 6f846d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/scripts/checkquota_ckmv2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# List of Azure regions to check for quota (update as needed)
4-
IFS=' ' read -ra REGIONS <<< "$AZURE_REGIONS"
4+
IFS=', ' read -ra REGIONS <<< "$AZURE_REGIONS"
55

66
SUBSCRIPTION_ID="${AZURE_SUBSCRIPTION_ID}"
77
GPT_MIN_CAPACITY="${GPT_MIN_CAPACITY}"

infra/scripts/checkquota_km.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# List of Azure regions to check for quota (update as needed)
4-
IFS=' ' read -ra REGIONS <<< "$AZURE_REGIONS"
4+
IFS=', ' read -ra REGIONS <<< "$AZURE_REGIONS"
55

66
SUBSCRIPTION_ID="${AZURE_SUBSCRIPTION_ID}"
77
GPT_MIN_CAPACITY="${GPT_MIN_CAPACITY}"

0 commit comments

Comments
 (0)