Install
Azure PowerShell 6.2.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
AzureRM.Profile
- Fix issue where version 10.0.3 of Newtonsoft.Json wasn't being loaded on module import
AzureRM.Compute
- VMSS VM Update feature
- Added 'Update-AzureRmVmssVM' and 'New-AzureRmVMDataDisk' cmdlets
- Add VirtualMachineScaleSetVM parameter to 'Add-AzureRmVMDataDisk' cmdlet to support adding a data disk to Vmss VM.
AzureRM.DataFactoryV2
- Updated the ADF .Net SDK version to 0.8.0-preview containing following changes:
- Added Configure factory repository operation
- Updated QuickBooks LinkedService to expose consumerKey and consumerSecret properties
- Updated Several model types from SecretBase to Object
- Added Blob Events trigger
AzureRM.KeyVault
- Update documentation with example output
AzureRM.Network
- Enable Traffic Analytics parameters on Network Watcher cmdlets
AzureRM.Resources
- Fix issue with 'Properties' property of 'PSResource' object(s) returned from 'Get-AzureRmResource'
AzureRM.Scheduler
- Fix issue with update ServiceBusQueueJob not setting new Auth values
AzureRM.Sql
- Updated the following cmdlets with optional LicenseType parameter
- New-AzureRmSqlDatabase; Set-AzureRmSqlDatabase
- New-AzureRmSqlElasticPool; Set-AzureRmSqlElasticPool
- New-AzureRmSqlDatabaseCopy
- New-AzureRmSqlDatabaseSecondary
- Restore-AzureRmSqlDatabase
AzureRM.Websites
- 'New-AzureRMWebApp' is updated to use common algorithms from the Strategy library.
Changes since last release: v6.1.1-May2018...v6.2.0-June2018