File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ function main() {
3535 fi
3636}
3737
38+ # gets the service principal infomation for an app id
3839function get_sp_info() {
3940 local sp_appid
4041 sp_appid=" ${1} "
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments