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 7d07adb commit 8627ad0Copy full SHA for 8627ad0
.pipelines/swiftv2-long-running/scripts/create_pe.sh
@@ -29,8 +29,8 @@ az network private-dns link vnet create \
29
&& echo "[OK] Linked DNS zone to $VNET_A1."
30
31
az network private-dns link vnet create \
32
- -g "$RG" -n "${VNET_A2}-link" -\
33
- -zone-name "$PRIVATE_DNS_ZONE" \
+ -g "$RG" -n "${VNET_A2}-link" \
+ --zone-name "$PRIVATE_DNS_ZONE" \
34
--virtual-network "$VNET_A2" \
35
--registration-enabled false \
36
&& echo "[OK] Linked DNS zone to $VNET_A2."
0 commit comments