Skip to content

Commit 4c5d2cd

Browse files
author
sivakami
committed
Private endpoint fix - long running pipeline.
1 parent 7fed3d5 commit 4c5d2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/swiftv2-long-running/scripts/create_pe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ az network private-dns link vnet create \
2929
&& echo "[OK] Linked DNS zone to $VNET_A1."
3030

3131
az network private-dns link vnet create \
32-
-g "$RG" -n "${VNET_A2}-link" -\
33-
-zone-name "$PRIVATE_DNS_ZONE" \
32+
-g "$RG" -n "${VNET_A2}-link" \
33+
--zone-name "$PRIVATE_DNS_ZONE" \
3434
--virtual-network "$VNET_A2" \
3535
--registration-enabled false \
3636
&& echo "[OK] Linked DNS zone to $VNET_A2."

0 commit comments

Comments
 (0)