Azure PowerShell v2.2.0-June2019 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
  • Az 2.2.0

    ๐Ÿ“ฆ Gallery Module for ARM .NET Standard cmdlets: link

    To install Az from the PowerShell Gallery, run the following command:

    Install-Module -Name Az -Repository PSGallery -Force
    

    โšก๏ธ To update from an older version of Az, run the following command:

    Update-Module -Name Az
    

    ๐Ÿš€ Changes since last release

    Az.Cdn

    • โšก๏ธ Updated cmdlets to support rulesEngine feature based on API version 2019-04-15.

    Az.Compute

    • โž• Added NoWait parameter that starts the operation and returns immediately, before the operation is completed.
      • Updated cmdlets:
        Export-AzLogAnalyticRequestRateByInterval
        Export-AzLogAnalyticThrottledRequest
        โœ‚ Remove-AzVM
        โœ‚ Remove-AzVMAccessExtension
        โœ‚ Remove-AzVMAEMExtension
        โœ‚ Remove-AzVMChefExtension
        โœ‚ Remove-AzVMCustomScriptExtension
        โœ‚ Remove-AzVMDiagnosticsExtension
        โœ‚ Remove-AzVMDiskEncryptionExtension
        โœ‚ Remove-AzVMDscExtension
        โœ‚ Remove-AzVMSqlServerExtension
        Restart-AzVM
        Set-AzVM
        Set-AzVMAccessExtension
        Set-AzVMADDomainExtension
        Set-AzVMAEMExtension
        Set-AzVMBginfoExtension
        Set-AzVMChefExtension
        Set-AzVMCustomScriptExtension
        Set-AzVMDiagnosticsExtension
        Set-AzVMDscExtension
        Set-AzVMExtension
        Start-AzVM
        Stop-AzVM
        โšก๏ธ Update-AzVM

    Az.EventHub

    • ๐Ÿ›  Fix for #9231 - Get-AzEventHubNamespace does not return tags
    • ๐Ÿ›  Fix for #9230 - Get-AzEventHubNamespace returns ResourceGroup instead of ResourceGroupName

    Az.Network

    • โšก๏ธ Update ResourceId and InputObject for Nat Gateway
      • Add alias for ResourceId and InputObject

    Az.PolicyInsights

    • ๐Ÿ›  Fix Null reference issue in Get-AzPolicyEvent

    Az.RecoveryServices

    • IaaSVM policy minimum retention in days changed to 7 from 1

    Az.ServiceBus

    • ๐Ÿ›  Fix for issue #9182 - Get-AzServiceBusNamespace returns ResourceGroup instead of ResourceGroupName

    Az.ServiceFabric

    • ๐Ÿ›  Fix typo in error message for 'Update-AzServiceFabricReliability'
    • ๐Ÿ›  Fix missing character in Service Fabric cmdlines

    Az.Sql

    • โž• Add DnsZonePartner Parameter for New-AzureSqlInstance cmdlet to support AutoDr for Managed Instance.
    • ๐Ÿ—„ Deprecating Get-AzSqlDatabaseSecureConnectionPolicy cmdlet
    • ๐Ÿ“‡ Rename Threat Detection cmdlets to Advanced Threat Protection
    • ๐Ÿ†• New-AzSqlInstance -StorageSizeInGB and -LicenseType parameters are now optional.

    Az.Websites

    • ๐Ÿ›  fixes the issue where using Set-AzWebApp and Set-AzWebAppSlot with -WebApp property was removing the tags