From 3e296589c0681c819eab9bc395bee844b8c58e0b Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov Date: Wed, 26 Feb 2020 09:03:07 +0300 Subject: [PATCH] add az 3.5.0 --- images/win/scripts/Installers/Install-AzureModules.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/Installers/Install-AzureModules.ps1 b/images/win/scripts/Installers/Install-AzureModules.ps1 index c8a20c414..85dfd264d 100644 --- a/images/win/scripts/Installers/Install-AzureModules.ps1 +++ b/images/win/scripts/Installers/Install-AzureModules.ps1 @@ -53,7 +53,7 @@ foreach($psmoduleName in $psAzureModulesToInstall.Keys) Write-Host " - $psmoduleVersion [$psmodulePath]" try { - Save-Module -Path $psmodulePath -Name $psmoduleName -RequiredVersion $psmoduleVersion -Force -err + Save-Module -Path $psmodulePath -Name $psmoduleName -RequiredVersion $psmoduleVersion -Force -ErrorAction Stop } catch {