Azure PowerShell v2.4.0-July2019 Release Notes

Release Date: 2019-06-28 // about 6 years ago
  • Az 2.4.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.Accounts
    • โž• Add support for profile cmdlets
    • โž• Add support for environments and data planes in generated cmdlets
    • ๐Ÿ›  Fix bug where incorrect endpoint was being used in some cases for data plane cmdlets in Windows PowerShell
    Az.Advisor
    • ๐Ÿš€ GA release of Az.Advisor
    • This module is now included as a part of the roll-up Az module
    Az.ApiManagement
    • ๐Ÿ›  Fix for issue #8671
      • Get-AzApiManagementSubscription
      • Added support for querying subscriptions by User and Product
      • Added support for querying using Scope '/', '/apis', '/apis/echo-api'
    • ๐Ÿ›  Fix for issue #9307 and #8432
      • Import-AzApiManagementApi
      • Added support for specifiying 'ApiVersion' and 'ApiVersionSetId' when importing Apis
    Az.Automation
    • ๐Ÿ›  Fixed Set-AzAutomationConnectionFieldValue cmdlet bug to handle string value.
    Az.Compute
    • โž• Add HyperVGeneration parameter to New-AzImageConfig
    Az.DataFactory
    • โšก๏ธ Updating the output of get activity runs, get pipeline runs, and get trigger runs ADF cmdlets to support Select-Object pipe.
    Az.EventGrid
    • ๐Ÿ›  Fix typo in 'New-AzEventGridSubscription' documentation
    Az.IotHub
    • โž• Add support to regenerate authorization policy keys.
    Az.Network
    • โž• Added 'RoutingPreference' to public ip tags
    • ๐Ÿ‘Œ Improve examples for 'Get-AzNetworkServiceTag' reference documentation
    Az.PolicyInsights
    • ๐Ÿ›  Fix null reference issue in Get-AzPolicyState
      • More information here: #9446
    Az.OperationalInsights
    • ๐Ÿ›  Fixed CustomLog datasource model returned in Get-AzOperationalInsightsDataSource
    Az.RecoveryServices
    • ๐Ÿ›  Fix for get-policy command for IaaSVMs
    Az.Resources
    • ๐Ÿ›  Fix help text for Get-AzPolicyState -Top parameter
    • โž• Add client-side paging support for Get-AzPolicyAlias
    • โž• Add new parameters for Set-AzPolicyAssignment, -PolicyParameters and -PolicyParametersObject
    • โšก๏ธ Handful of doc and example updates for Policy cmdlets
    Az.ServiceBus
    • ๐Ÿ›  Fix for issue #4938 - New-AzureRmServiceBusQueue returns BadRequest when setting MaxSizeInMegabytes
    Az.Sql
    • โž• Add Instance Failover Group cmdlets from preview release to public release
    • ๐Ÿ‘Œ Support Azure SQL Server\Database Auditing with new cmdlets.
      • Set-AzSqlServerAudit
      • Get-AzSqlServerAudit
      • Remove-AzSqlServerAudit
      • Set-AzSqlDatabaseAudit
      • Get-AzSqlDatabaseAudit
      • Remove-AzSqlDatabaseAudit
    • โœ‚ Remove email constraints from Vulnerability Assessment settings
    Az.Storage
    • ๐Ÿ”„ Change 2 parameters '-IndexDocument' and '-ErrorDocument404Path' from required to optional in cmdlet:
      • Enable-AzStorageStaticWebsite
    • โšก๏ธ Update help of Get-AzStorageBlobContent by add an example
    • ๐Ÿ‘‰ Show more error information when cmdlet failed with StorageException
    • ๐Ÿ‘Œ Support create or update Storage account with Azure Files AAD DS Authentication
      • New-AzStorageAccount
      • Set-AzStorageAccount
    • ๐Ÿ‘Œ Support list or close file handles of a file share, file directory or a file
      • Get-AzStorageFileHandle
      • Close-AzStorageFileHandle
    Az.StorageSync
    • This module is now included as a part of the roll-up Az module