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 6956627 commit c3bd49aCopy full SHA for c3bd49a
tools/AzureRM/AzureRM.psm1
@@ -137,8 +137,8 @@ function Update-AzureRM
137
{
138
Set-PSRepository -Name $Repository -InstallationPolicy Trusted
139
140
- Install-ModuleWithVersionCheck "AzureRM.Profile" $MajorVersion $Repository $Scope -Force:$false
141
- Install-ModuleWithVersionCheck "Azure.Storage" $MajorVersion $Repository $Scope -Force:$false
+ Install-ModuleWithVersionCheck "AzureRM.Profile" $MajorVersion $Repository $Scope -Force:$force
+ Install-ModuleWithVersionCheck "Azure.Storage" $MajorVersion $Repository $Scope -Force:$force
142
143
# Start new job
144
$AzureRMModules | ForEach {
0 commit comments