Azure PowerShell v5.8.0 Release Notes

Release Date: 2021-04-01 // about 3 years ago
  • Az.Accounts

    • 0๏ธโƒฃ Fallback to first valid context if current default context key is 'Default' which is invalid

    Az.Automation

    • โž• Added support for Customer Managed Key Encryption with System Assigned Identity
    • ๐Ÿ›  Fixed issue that disables the schedule for update deployment if schedule was re-created with same name

    Az.Compute

    • ๐Ÿ›  Fixed a bug when 1 data disk attached to VMSS for Remove-AzVmssDataDisk [#13368]
    • โž• Added new cmdlets to support TrustedLaunch related cmdlets:
      • 'Set-AzVmSecurityProfile'
      • 'Set-AzVmUefi'
      • 'Set-AzVmssSecurityProfile'
      • 'Set-AzVmssUefi'
    • Edited default value for Size parameter in New-AzVM cmdlet from Standard_DS1_v2 to Standard_D2s_v3.

    Az.ContainerRegistry

    • ๐Ÿ›  Fixed bug in 'Get-AzContainerRegistryManifest' showing incorrect image name

    Az.HDInsight

    • ๐Ÿ‘Œ Supported getting default vmsize from backend if customer does not provide the related parameters: '-WorkerNodeSize', '-HeadNodeSize', '-ZookeeperNodeSize', '-EdgeNodeSize', '-KafkaManagementNodeSize'.

    Az.HealthcareApis

    • โž• Added support for Acr LoginServers

    Az.KeyVault

    • ๐Ÿ›  Fixed a bug for 'Get-AzKeyVaultSecret -AsPlainText' if the secret is not found [#14645]

    Az.Migrate

    • ๐Ÿ›  Nullref Bug fixed in get discovered server and initialize replication infrastructure commandlets.

    Az.Monitor

    • โž• Added cmdlet to get diagnostic setting categories for subscription
      • 'Get-AzSubscriptionDiagnosticSettingCategory'
    • ๐Ÿ‘Œ Supported subscription diagnostic setting operations with new parameter: SubscriptionId
      • 'Get-AzDiagnosticSetting'
      • 'New-AzDiagnosticSetting'
      • 'Remove-AzDiagnosticSetting'
    • ๐Ÿ‘Œ Supported 'AutoMitigate' parameter in metric alert rule properties. The flag indicates whether the alert should be auto resolved or not.

    Az.Resources

    • โž• Added upcoming breaking change warnings on below cmdlets, because the value of 'IdentifierUris' parameter will need verified domain.
      • 'New-AzADApplication'
      • 'Update-AzADApplication'
      • 'New-AzADServicePrincipal'
      • 'Update-AzADServicePrincipal'
    • โš  Ignored Bicep warning message in error stream if exitcode equals zero.

    Az.Sql

    • โž• Added cmdlet output breaking change warnings to the following:
      • 'New-AzSqlDatabase'
      • 'Get-AzSqlDatabase'
      • 'Set-AzSqlDatabase'
      • 'Remove-AzSqlDatabase'
      • 'New-AzSqlDatabaseSecondary'
      • 'Remove-AzSqlDatabaseSecondary'
      • 'Get-AzSqlDatabaseReplicationLink'
      • 'New-AzSqlDatabaseCopy'
      • 'Set-AzSqlDatabaseSecondary'

    Az.Storage

    • ๐Ÿ›  Fixed copy blob fail with source context as Oauth [#14662]
      • 'Start-AzStorageBlobCopy'

    ๐Ÿ“ˆ Az.StreamAnalytics

    • โž• Added upcoming breaking change warning message to all cmdlets because of upcoming changes on parameters.

    Thanks to our community contributors

    • Andrei Zhukouski (@BurgerZ), Fix typo (#14575)
    • โšก๏ธ Mark Allison (@markallisongit), Update Invoke-AzSqlInstanceFailover.md (#14603)