Skip to content

Commit e25f0f5

Browse files
try on all regions
Signed-off-by: Sayan Chowdhury <[email protected]>
1 parent 7b3cd68 commit e25f0f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

az_sig_publish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function get-target-regions() {
6464

6565
echo "Fetching target regions"
6666
TARGET_REGIONS=$(az account list-locations -o json | jq -r '.[] | select( .metadata.regionType != "Logical" ) | .name' | sort | grep -v -E "(${BLACKLISTED_TARGET_REGIONS// /|})" | tr '\n' ' ')
67-
TARGET_REGIONS="westindia westeurope"
6867
}
6968

7069
function ensure-vhd-uri-exists() {

0 commit comments

Comments
 (0)