Azure PowerShell v5.2.0 Release Notes

Release Date: 2020-12-01 // over 3 years ago
  • Az.Accounts

    • ๐Ÿ“œ Managed to parse ExpiresOn time from raw token if could not get from underlying library
    • ๐Ÿ‘Œ Improved warning message if Interactive authentication is unavailable

    Az.ApiManagement

    • 0๏ธโƒฃ [Breaking change] 'New-AzApiManagementProduct' by default has no subscription limit.

    Az.Compute

    • Edited Get-AzVm to filter by '-Name' prior to checking for throttling due to too many resources.
    • ๐Ÿ†• New cmdlet 'Start-AzVmssRollingExtensionUpgrade'.

    Az.ContainerRegistry

    • ๐Ÿ‘Œ Supported parameter 'Name' for and value from pipeline input for 'Get-AzContainerRegistryUsage' [#13605]
    • ๐Ÿ’… Polished exceptions for 'Connect-AzContainerRegistry'

    Az.DataFactory

    • โšก๏ธ Updated ADF .Net SDK version to 4.13.0

    Az.HealthcareApis

    • โž• Added support for customer managed keys

    Az.IotHub

    • ๐Ÿ›  Fixed an issue of SAS token.

    Az.KeyVault

    • ๐Ÿ‘Œ Supported 'all' as an option when setting key vault access policies
    • ๐Ÿ‘Œ Supported new version of SecretManagement module [#13366]
    • ๐Ÿ‘Œ Supported ByteArray, String, PSCredential and Hashtable for 'SecretValue' in SecretManagementModule [#12190]
    • [Breaking change] redesigned the API surface of cmdlets related to managed HSM.

    Az.Monitor

    • ๐Ÿ”„ Changed parameter 'Rule' of 'New-AzAutoscaleProfile' to accept empty list. [#12903]
    • โž• Added new cmdlets to support creating diagnostic settings more flexible:
      • 'Get-AzDiagnosticSettingCategory'
      • 'New-AzDiagnosticSetting'
      • 'New-AzDiagnosticDetailSetting'

    Az.RecoveryServices

    • โช Made help text and parameter set name changes to 'Restore-AzRecoveryServicesBackupItem' cmdlet.

    Az.Resources

    • โž• Added '-Tag' parameter support to 'Set-AzTemplateSpec' and 'New-AzTemplateSpec'
    • โž• Added Tag display support to default formatter for Template Specs

    Az.ServiceFabric

    • โž• Added example to 'Set-AzServiceFabricSetting' with SettingsSectionDescription param
    • ๐Ÿš€ Updated application related cmdlets to call out that support is only for ARM deployed resources
    • ๐Ÿšš Marked for deprecation cluster cert cmdlets 'Add-AzureRmServiceFabricClusterCertificate' and 'Remove-AzureRmServiceFabricClusterCertificate'

    Az.Sql

    • โž• Added SecondaryType to the following:
      • 'New-AzSqlDatabase'
      • 'Set-AzSqlDatabase'
      • 'New-AzSqlDatabaseSecondary'
    • โž• Added HighAvailabilityReplicaCount to the following:
      • 'New-AzSqlDatabase'
      • 'Set-AzSqlDatabase'
    • Made ReadReplicaCount an alias of HighAvailabilityReplicaCount in the following:
      • 'New-AzSqlDatabase'
      • 'Set-AzSqlDatabase'

    Az.Storage

    • ๐Ÿ‘Œ Supported upload Azure File size up to 4 TiB
      • 'Set-AzStorageFileContent'
    • โฌ†๏ธ Upgraded Azure.Storage.Blobs to 12.7.0
    • โฌ†๏ธ Upgraded Azure.Storage.Files.Shares to 12.5.0
    • โฌ†๏ธ Upgraded Azure.Storage.Files.DataLake to 12.5.0

    Az.StorageSync

    • โž• Added Sync tiering policy feature with download policy and local cache mode

    Az.Websites

    • Prevent duplicate access restriction rules

    Thanks to our community contributors

    • โšก๏ธ Andrew Dawson (@dawsonar802), Update Get-AzKeyVaultCertificate.md - Get cert and save it as pfx section to work with PowerShell Core (#13557)
    • โšก๏ธ @iviark, Healthcare APIs Powershell BYOK Updates (#13518)
    • John Duckmanton (@johnduckmanton), Correct spelling of TagPatchOperation (#13508)
    • Michael James (@mikejwhat)
      • Get-AzLogicAppRunHistory Help Tidy (#13513)
    • Richard de Zwart (@mountain65)
      • Update Update-AzAppConfigurationStore.md (#13485)
      • Update New-AzCosmosDBAccount.md (#13490)
    • 0๏ธโƒฃ @SteppingRazor, New-AzApiManagementProduct: Change SubscriptionsLimit parameter default value to None (#13457)
    • Steve Burkett (@SteveBurkettNZ), Fix Typo for WorkspaceResourceId parameter in example (#13589)