Install
Azure PowerShell 6.1.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 running 'Clear-AzureRmContext' would keep an empty context with the name of the previous default context, which prevented the user from creating a new context with the old name
AzureRM.AnalysisServices
- Enable Gateway assocaite/disassociate operations on AS.
AzureRM.ApiManagement
- Added support for ApiVersions, ApiReleases and ApiRevisions
- Added suppport for ServiceFabric Backend
- Added support for Application Insights Logger
- Added support for recognizing 'Basic' sku as a valid sku of Api Management service
- Added support for installing Certificates issued by private CA as Root or CA
- Added support for accepting Custom SSL certificates via KeyVault and Multiple proxy hostnames
- Added support for MSI identity
- Added support for accepting Policies via Url
NOTE: The following cmdlets will be deprecated in future release- Import-AzureRmApiManagementHostnameCertificate
- New-AzureRmApiManagementHostnameConfiguration
- Set-AzureRmApiManagementHostnames
- Update-AzureRmApiManagementDeployment
AzureRM.Batch
- Release new cmdlet Get-AzureBatchPoolNodeCounts
- Release new cmdlet Start-AzureBatchComputeNodeServiceLogUpload
AzureRM.Consumption
- Add new parameters Expand, ResourceGroup, InstanceName, InstanceId, Tags, and Top on Cmdlet Get-AzureRmConsumptionUsageDetail
AzureRM.DataLakeStore
- Fix example for Export-AzureRmDataLakeStoreChildItemProperties
- Fix null parameter exception for Recurse case in Set-AzureRmDataLakeStoreItemAclEntry
- Fix the help files for Set-AzureRmDataLakeStoreItemAclEntry, Set-AzureRmDataLakeStoreItemAcl, Remove-AzureRmDataLakeStoreItemAclEntry
AzureRM.Network
- Bump up Network SDK version from 18.0.0-preview to 19.0.0-preview
- Added cmdlet to create protocol configuration
- New-AzureRmNetworkWatcherProtocolConfiguration
- Added cmdlet to add a new circuit connection to an existing express route circuit.
- Add-AzureRmExpressRouteCircuitConnectionConfig
- Added cmdlet to remove a circuit connection from an existing express route circuit.
- Remove-AzureRmExpressRouteCircuitConnectionConfig
- Added cmdlet to retrieve a circuit connection
- Get-AzureRmExpressRouteCircuitConnectionConfig
AzureRM.ServiceFabric
- Fixed server authentication usage with generated certificates (Issue #5998)
AzureRM.Sql
- Updated Auditing cmdlets to allow removing AuditActions or AuditActionGroups
- Fixed issue with Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy when setting a new flexible retention policy where the command would fail with 'Configure long term retention policy with azure recovery service vault and policy is no longer supported. Please submit request with the new flexible retention policy'.
- Update all Azure Sql Database/ElasticPool Creation/Update related cmdlets to use the new Database API, which support Sku property for scale and tier-related properties.
- The updated cmdlets including:
- New-AzureRmSqlDatabase; Set-AzureRmSqlDatabase
- New-AzureRmSqlElasticPool; Set-AzureRmSqlElasticPool
- New-AzureRmSqlDatabaseCopy
- New-AzureRmSqlDatabaseSecondary
- Restore-AzureRmSqlDatabase
AzureRM.TrafficManager
- Update the parameters for 'Get-AzureRmTrafficManagerProfile' so that -ResourceGroupName parameter is required when using -Name parameter.
Changes since last release: v6.0.1-May2018...v6.1.0-May2018