Skip to content

Commit 3159871

Browse files
azure-sdkroot
authored and
root
committed
Sync eng/common directory with azure-sdk-tools repository (#10299)
1 parent a4090f8 commit 3159871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/TestResources/deploy-test-resources.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111

1212
steps:
1313
# New-TestResources command requires Az module
14-
- pwsh: Install-Module -Name Az -Scope CurrentUser -Force
14+
- pwsh: Install-Module -Name Az -Scope CurrentUser -AllowClobber -Force -Verbose
1515
displayName: Install Azure PowerShell module
1616

1717
# Command sets an environment variable in the pipeline's context:

0 commit comments

Comments
 (0)