Migration Guide
This is a breaking change release. For more information on the breaking changes introduced in this release and how to migrate your scripts, please see our migration guide.
Install
Azure PowerShell 6.0.1Installer: link
Gallery Module for ARM Cmdlets: link
To install AzureRM
from the PowerShell Gallery, run the following command:
Install-Module -Name AzureRM -Repository PSGallery -Force
To update from an older version of AzureRM
, run the following command:
Update-Module -Name AzureRM
Changes Since Last Release
- Fixes Public environment initialization for sovereign clouds #5727