Skip to content

Commit 08b3b60

Browse files
author
sivakami
committed
change service connection to use test subscription for subnet delegator.
1 parent 632ed05 commit 08b3b60

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.pipelines/swiftv2-long-running/pipeline.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3435
extends:
3536
template: template/long-running-pipeline-template.yaml

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ CLUSTER_COUNT=2
1111
CLUSTER_PREFIX="aks"
1212

1313

14-
#########################################
15-
# Define functions BEFORE the loop
16-
#########################################
17-
1814
stamp_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

6965
for i in $(seq 1 "$CLUSTER_COUNT"); do

.pipelines/swiftv2-long-running/template/long-running-pipeline-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)