Install
Azure PowerShell 6.7.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
- Updated to the latest version of the Azure ClientRuntime.
AzureRM.Profile
- Add user id to default context name to avoid context clashing
- Fix issues with Clear-AzureRmContext that caused issues with selecting a context #6398
- Enable tenant domain to be passed to '-TenantId' parameter for 'Connect-AzureRmAccount'
Azure.Storage
- Remove the 5TB limitation for Azure File Share quota
- Set-AzureStorageShareQuota
AzureRM.Compute
- Add EvictionPolicy parameter to New-AzureRmVmssConfig
- Use default location in the DiskFileParameterSet of New-AzureRmVm if no Location is specified.
- Fix parameter description in Save-AzureRmVMImage
- Fix Get-AzureRmVMDiskEncryptionStatus cmdlet for certain singlepass related scenarios
AzureRM.DataLakeStore
- Fix debugging when DebugPreference is set from powershell command line
- Update example for Set-AzureRmDataLakeStoreItemAcl
- Update example for Set-AzureRmDataLakeStoreItemAclEntry
AzureRM.Network
- Added example for Set-AzureRmLocalNetworkGateway
- Added examples and descriptions for Add-AzureRmVirtualNetworkGatewayIpConfig, Get-AzureRmVirtualNetworkGatewayConnectionSharedKey and New-AzureRmVirtualNetworkGatewayConnection
- Added examples for Remove-AzureRmVirtualNetworkGatewayIpConfig and Reset-AzureRmVirtualNetworkGateway
- Added example for Reset-AzureRmVirtualNetworkGatewayConnectionSharedKey
- Added example for Set-AzureRmVirtualNetworkGatewayConnectionSharedKey
- Added example for Set-AzureRmVirtualNetworkGatewayConnection
- Re-generated cmdlets for ApplicationSecurityGroup, RouteTable and Usage using latest code generator
- Clarified error message for Get-AzureRmVirtualNetworkSubnetConfig when attempting to get a subnet that does not exitc
AzureRM.RecoveryServices.Backup
- Added policy filter to Get-AzureRmRecoveryServicesBackItem cmdlet. The command returns the list of backup items protected by the given policy id.
- Updated Microsoft.Azure.Management.RecoveryServices.Backup to version 3.0.0-preview.
- Updated to the latest version of the Azure ClientRuntime.
- Added TargetResourceGroupName parameter to Restore-AzureRmRecoveryServicesBackupItem. The resource group to which the managed disks are restored. Applicable to backup of VM with managed disks.
AzureRM.Resources
- Support template deployment at subscription scope. Add new Cmdlets:
- New-AzureRmDeployment
- Get-AzureRmDeployment
- Test-AzureRmDeployment
- Remove-AzureRmDeployment
- Stop-AzureRmDeployment
- Save-AzureRmDeploymentTemplate
- Get-AzureRmDeploymentOperation
- Fix issue where error is thrown when passing a context to Set-AzureRmResource
- Fix example in New-AzureRmResourceGroupDeployment