diff --git a/eng/common/TestResources/deploy-test-resources.yml b/eng/common/TestResources/deploy-test-resources.yml index 7a4593af8..9a4887622 100644 --- a/eng/common/TestResources/deploy-test-resources.yml +++ b/eng/common/TestResources/deploy-test-resources.yml @@ -122,6 +122,7 @@ steps: scriptLocation: inlineScript scriptType: pscore inlineScript: | + eng/common/scripts/Import-AzModules.ps1 # Support post scripts using az powershell instead of az cli $env:ARM_OIDC_TOKEN = $env:idToken $scriptPath = '$(Agent.TempDirectory)/${{ parameters.SelfContainedPostScript }}' Write-Host "Executing self contained test resources post script '$scriptPath'"