Skip to content

Commit 3e502fa

Browse files
author
sivakami
committed
Removed unused param.
1 parent 556d63c commit 3e502fa

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ echo "VM SKU (default): $VM_SKU_DEFAULT"
1515
echo "VM SKU (high-NIC): $VM_SKU_HIGHNIC"
1616
az account set --subscription "$SUBSCRIPTION_ID"
1717

18-
echo "==> Creating resource group: $RG"
19-
az group create -n "$RG" -l "$LOCATION" --output none
20-
2118
# Enable parallel cluster creation
2219
create_cluster() {
2320
local CLUSTER=$1

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,3 @@ stages:
138138
${{ parameters.location }}
139139
${{ parameters.resourceGroupName }}
140140
$(CreateStorageAccounts.StorageAccount1)
141-
$(CreateStorageAccounts.StorageAccount2)
142-
143-

0 commit comments

Comments
 (0)