We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4090f8 commit 3159871Copy full SHA for 3159871
eng/common/TestResources/deploy-test-resources.yml
@@ -11,7 +11,7 @@ parameters:
11
12
steps:
13
# New-TestResources command requires Az module
14
- - pwsh: Install-Module -Name Az -Scope CurrentUser -Force
+ - pwsh: Install-Module -Name Az -Scope CurrentUser -AllowClobber -Force -Verbose
15
displayName: Install Azure PowerShell module
16
17
# Command sets an environment variable in the pipeline's context:
0 commit comments