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 6d34b90 commit 43a17d2Copy full SHA for 43a17d2
eng/common/scripts/stress-testing/deploy-stress-tests.ps1
@@ -22,6 +22,7 @@ $FailedCommands = New-Object Collections.Generic.List[hashtable]
22
23
. (Join-Path $PSScriptRoot "../Helpers" PSModule-Helpers.ps1)
24
Install-ModuleIfNotInstalled "powershell-yaml" "0.4.1" | Import-Module
25
+Install-ModuleIfNotInstalled "az" "6.4.0" | Import-Module
26
27
# Powershell does not (at time of writing) treat exit codes from external binaries
28
# as cause for stopping execution, so do this via a wrapper function.
0 commit comments