We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5e730 commit 3f308deCopy full SHA for 3f308de
eng/common/TestResources/deploy-test-resources.yml
@@ -122,6 +122,7 @@ steps:
122
scriptLocation: inlineScript
123
scriptType: pscore
124
inlineScript: |
125
+ eng/common/scripts/Import-AzModules.ps1 # Support post scripts using az powershell instead of az cli
126
$env:ARM_OIDC_TOKEN = $env:idToken
127
$scriptPath = '$(Agent.TempDirectory)/${{ parameters.SelfContainedPostScript }}'
128
Write-Host "Executing self contained test resources post script '$scriptPath'"
0 commit comments