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 7b3cd68 commit e25f0f5Copy full SHA for e25f0f5
az_sig_publish
@@ -64,7 +64,6 @@ function get-target-regions() {
64
65
echo "Fetching target regions"
66
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"
68
}
69
70
function ensure-vhd-uri-exists() {
0 commit comments