File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
.pipelines/swiftv2-long-running Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44 - name : subscriptionId
55 displayName : " Azure Subscription ID"
66 type : string
7- default : " 9b8218f9-902a-4d20-a65c-e98acec5362f "
7+ default : " 37deca37-c375-4a14-b90a-043849bd2bf1 "
88
99 - name : location
1010 displayName : " Deployment Region"
@@ -29,7 +29,8 @@ parameters:
2929 - name : serviceConnection
3030 displayName : " Azure Service Connection"
3131 type : string
32- default : " Azure Container Networking - Standalone Test Service Connection"
32+ default : " Azure Network Agent - Test Standalone - Service Connection"
33+ # default: "Azure Container Networking - Standalone Test Service Connection"
3334
3435extends :
3536 template : template/long-running-pipeline-template.yaml
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ CLUSTER_COUNT=2
1111CLUSTER_PREFIX=" aks"
1212
1313
14- # ########################################
15- # Define functions BEFORE the loop
16- # ########################################
17-
1814stamp_vnet () {
1915 local vnet_id=" $1 "
2016
@@ -63,7 +59,7 @@ wait_for_provisioning() {
6359
6460
6561# ########################################
66- # Main loop
62+ # Main script starts here
6763# ########################################
6864
6965for i in $( seq 1 " $CLUSTER_COUNT " ) ; do
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ stages:
3636 az group create \
3737 --name "${{ parameters.resourceGroupName }}" \
3838 --location "${{ parameters.location }}" \
39+ --tags SkipAutoDeleteTill=2032-12-31 \
3940 --subscription "${{ parameters.subscriptionId }}"
4041 echo "Resource group created successfully."
4142
You can’t perform that action at this time.
0 commit comments