Skip to content

Commit e944f21

Browse files
author
Chloe Chen
committed
address comments
1 parent f55552b commit e944f21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pipelines/multitenancy/scripts/az-login.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function main() {
3535
fi
3636
}
3737

38+
# gets the service principal infomation for an app id
3839
function get_sp_info() {
3940
local sp_appid
4041
sp_appid="${1}"

.pipelines/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ stages:
393393
nodePoolName: "mtapool"
394394
vmSize: $(SWIFTV2_MT_CLUSTER_SKU)
395395
dependsOn: "containerize"
396-
scenario: $(SWIFTV2_SCENARIO) #the scenario maps to the configuration file in acnshared to be used or the swiftv2 e2es
396+
scenario: $(SWIFTV2_SCENARIO)
397397

398398
- stage: delete
399399
displayName: Delete Clusters
@@ -492,4 +492,4 @@ stages:
492492
region: $(region)
493493
sub: $(SUB_AZURE_NETWORK_AGENT_TEST)
494494
svcConn: $(ACN_TEST_SERVICE_CONNECTION)
495-
scenario: $(SWIFTV2_SCENARIO) #the scenario maps to the configuration file in acnshared to be used or the swiftv2 e2es
495+
scenario: $(SWIFTV2_SCENARIO)

0 commit comments

Comments
 (0)