Install
Azure PowerShell 6.8.0 Installer: 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
General
- Fixed issue with default resource groups not being set.
AzureRM.Profile
- Added expiration property to tokens returned during Connect-AzureRmAccount
AzureRM.Compute
- Fixed the issue that target is missing in error output.
- Fixed issue with storage account type for VM with managed disk
- Fix AEM Extension cmdlets for other environments, for example Azure China
AzureRM.IotHub
- Fix examples for New-AzureRmIotHubExportDevices and New-AzureRmIotHubImportDevices
AzureRM.Network
- Changed default models representation to table-view
AzureRM.PowerBIEmbedded
- Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity
AzureRM.Resources
- Fixed issue with creating managed application from the MarketPlace.
AzureRM.ServiceBus
AzureRM.TrafficManager
- Support for the MultiValue routing method
- New parameter 'MaxReturn' for MultiValue routing
- Support for the Subnet routing method
- Support for IP address ranges (subnets) in endpoints
- Support for Custom Headers in profiles
- Support for Expected status code ranges in profiles
- Support for Custom Headers in endpoints
AzureRM.Websites
- Fixed issue with default resource group being set incorrectly.