github Azure/azure-powershell v5.4.0-February2018
5.4.0

latest releases: Az.RedisCache-v1.9.1, v11.6.0-April2024, Az.Marketplace-v0.4.0...
6 years ago

Azure PowerShell 5.4.0

Azure PowerShell 5.4.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.Automation

  • Added alias from New-AzureRmAutomationModule to Import-AzureRmAutomationModule

AzureRM.Compute

  • Fix ErrorAction issue for some of Get cmdlets.

AzureRM.ContainerInstance

  • Apply Azure Container Instance SDK 2018-02-01
    • Support DNS name label

AzureRM.DevTestLabs

  • Fixed all of the GET cmdlets which previously weren't working.

AzureRM.EventHub

  • Fix bug in Get-AzureRmEventHubGeoDRConfiguration help

AzureRM.Network

  • Added cmdlet to create a new connection monitor
    • New-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to update a connection monitor
    • Set-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to get connection monitor or connection monitor list
    • Get-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to query connection monitor
    • Get-AzureRmNetworkWatcherConnectionMonitorReport
  • Added cmdlet to start connection monitor
    • Start-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to stop connection monitor
    • Stop-AzureRmNetworkWatcherConnectionMonitor
  • Added cmdlet to remove connection monitor
    • Remove-AzureRmNetworkWatcherConnectionMonitor
  • Updated Set-AzureRmApplicationGatewayBackendAddressPool documentation to remove deprecated example
  • Added EnableHttp2 flag to Application Gateway
    • Updated New-AzureRmApplicationGateway: Added optional parameter -EnableHttp2
  • Add IpTags to PublicIpAddress
    • Updated New-AzureRmPublicIpAddress: Added IpTags
    • New-AzureRmPublicIpTag to add Iptag
  • Add DisableBgpRoutePropagation property in RouteTable and effectiveRoute.

AzureRM.Resources

  • Register-AzureRmProviderFeature: Added missing example in the docs
  • Register-AzureRmResourceProvider: Added missing example in the docs

AzureRM.Storage

  • Obsolete following parameters in new and set Storage Account cmdlets: EnableEncryptionService and DisableEncryptionService, since Encryption at Rest is enabled by default and can't be disabled.
    • New-AzureRmStorageAccount
    • Set-AzureRmStorageAccount

Changes since last release: v5.3.0-February2018-rtm...v5.4.0-February2018

Don't miss a new azure-powershell release

NewReleases is sending notifications on new releases.