File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.pipelines/swiftv2-long-running Expand file tree Collapse file tree 2 files changed +3
-3
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 : " 37deca37-c375-4a14-b90a-043849bd2bf1 "
7+ default : " 9b8218f9-902a-4d20-a65c-e98acec5362f "
88
99 - name : location
1010 displayName : " Deployment Region"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ stamp_vnet() {
2121 responseFile=" response.txt"
2222 modified_vnet=" ${vnet_id// \/ /% 2F} "
2323 cmd_stamp_curl=" 'curl -v -X PUT http://localhost:8080/VirtualNetwork/$modified_vnet /stampcreatorservicename'"
24- cmd_containerapp_exec=" az containerapp exec -n subnetdelegator-westus-u3h4j -g subnetdelegator-westus --subscription 9b8218f9-902a-4d20-a65c-e98acec5362f --command $cmd_stamp_curl "
24+ cmd_containerapp_exec=" az containerapp exec -n subnetdelegator-centraluseuap-w4 -g subnetdelegator-centraluseuap --subscription $SUBSCRIPTION_ID --command $cmd_stamp_curl "
2525
26- max_retries=6
26+ max_retries=10
2727 sleep_seconds=15
2828 retry_count=0
2929
You can’t perform that action at this time.
0 commit comments