Skip to content

Commit 43a17d2

Browse files
azure-sdkbenbp
andauthored
Install az module if not installed in deploy-stress-tests.ps1 (#20605)
Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent 6d34b90 commit 43a17d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/common/scripts/stress-testing/deploy-stress-tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $FailedCommands = New-Object Collections.Generic.List[hashtable]
2222

2323
. (Join-Path $PSScriptRoot "../Helpers" PSModule-Helpers.ps1)
2424
Install-ModuleIfNotInstalled "powershell-yaml" "0.4.1" | Import-Module
25+
Install-ModuleIfNotInstalled "az" "6.4.0" | Import-Module
2526

2627
# Powershell does not (at time of writing) treat exit codes from external binaries
2728
# as cause for stopping execution, so do this via a wrapper function.

0 commit comments

Comments
 (0)