Install
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
6.13.1 - November 2018
AzureRM.Profile
- Update common code to use latest version of ClientRuntime
AzureRM.ApiManagement
- Update dependencies for type mapping issue
AzureRM.Automation
- Swagger based Azure Automation cmdlets
- Added Update Management cmdlets
- Added Source Control cmdlets
- Added Remove-AzureRmAutomationHybridWorkerGroup cmdlet
- Fixed the DSC Register Node command
AzureRM.Compute
- Fixed identity issue for SystemAssigned identity
- Update dependencies for type mapping issue
AzureRM.ContainerInstance
- Update dependencies for type mapping issue
AzureRM.MarketplaceOrdering
- update the examples description for marketplace cmdlets
AzureRM.Network
- Added cmdlet New-AzureRmApplicationGatewayCustomError, Add-AzureRmApplicationGatewayCustomError, Get-AzureRmApplicationGatewayCustomError, Set-AzureRmApplicationGatewayCustomError, Remove-AzureRmApplicationGatewayCustomError, Add-AzureRmApplicationGatewayHttpListenerCustomError, Get-AzureRmApplicationGatewayHttpListenerCustomError, Set-AzureRmApplicationGatewayHttpListenerCustomError, Remove-AzureRmApplicationGatewayHttpListenerCustomError
- Added ICMP back to supported AzureFirewall Network Protocols
- Update cmdlet Test-AzureRmNetworkWatcherConnectivity, add validation on destination id, address and port.
- Fix issues with memory usage in VirtualNetwork map
AzureRM.RecoveryServices.Backup
- Fix for modifying policy for a protected file share.
- Converted policy timezone to uppercase.
AzureRM.RecoveryServices.SiteRecovery
- Corrected example in New-AzureRmRecoveryServicesAsrProtectableItem
- Update dependencies for type mapping issue
AzureRM.Relay
- Added optional Parameter -KeyValue to New-AzureRmRelayKey cmdlet, which enables user to provide KeyValue.
AzureRM.Resources
- Update help documentation for resource identity related parameters in
New-AzureRmPolicyAssignment
andSet-AzureRmPolicyAssignment
- Add an example for New-AzureRmPolicyDefinition that uses -Metadata
- Fix to allow case preservation in Tag keys in NetStandard: #7678 #7703
AzureRM.ServiceFabric
- Add deprecation messages for upcoming breaking changes
AzureRM.Sql
- Added new cmdlets for CRUD operations on Azure Sql Database Managed Instance and Azure Sql Managed Database
- Get-AzureRmSqlInstance
- New-AzureRmSqlInstance
- Set-AzureRmSqlInstance
- Remove-AzureRmSqlInstance
- Get-AzureRmSqlInstanceDatabase
- New-AzureRmSqlInstanceDatabase
- Restore-AzureRmSqlInstanceDatabase
- Remove-AzureRmSqlInstanceDatabase
- Enabled Extended Auditing Policy management on a server or a database.
- New parameter (PredicateExpression) was added to enable filtering of audit logs.
- Cmdlets were modified to use SQL clients instead of Legacy clients.
- Set-AzureRmSqlServerAuditing.
- Get-AzureRmSqlServerAuditing.
- Set-AzureRmSqlDatabaseAuditing.
- Get-AzureRmSqlDatabaseAuditing.
- Fixed issue with using Update-AzureRmSqlDatabaseVulnerabilityAssessmentSettings with storage account name parameter set