Skip to content

Commit

Permalink
change dualstack
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed Aug 25, 2023
1 parent f3ac019 commit 7477c94
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ steps:
- task: AzureCLI@1
inputs:
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
scriptLocation: "inlineScript"
scriptType: "bash"
addSpnToEnvironment: true
inlineScript: |
inlineScript: |
set -e
clusterName=${{ parameters.clusterName }}
echo "Restarting nodes"
Expand All @@ -86,7 +86,7 @@ steps:

- task: AzureCLI@1
inputs:
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
scriptLocation: "inlineScript"
scriptType: "bash"
addSpnToEnvironment: true
Expand Down

0 comments on commit 7477c94

Please sign in to comment.