Skip to content

Commit dc72260

Browse files
Update .pipelines/swiftv2-long-running/scripts/create_peerings.sh
Co-authored-by: Copilot <[email protected]> Signed-off-by: sivakami-projects <[email protected]>
1 parent fb76577 commit dc72260

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
SUBSCRIPTION_ID=$1
5-
RG=$2
6-
4+
RG=$1
75
VNET_A1="cx_vnet_a1"
86
VNET_A2="cx_vnet_a2"
97
VNET_A3="cx_vnet_a3"

0 commit comments

Comments
 (0)