|
| 1 | +## 5.8.0 - April 2021 |
| 2 | +#### Az.Accounts |
| 3 | +* Fallback to first valid context if current default context key is 'Default' which is invalid |
| 4 | + |
| 5 | +#### Az.Automation |
| 6 | +* Added support for Customer Managed Key Encryption with System Assigned Identity |
| 7 | +* Fixed issue that disables the schedule for update deployment if schedule was re-created with same name |
| 8 | + |
| 9 | +#### Az.Compute |
| 10 | +* Fixed a bug when 1 data disk attached to VMSS for Remove-AzVmssDataDisk [#13368] |
| 11 | +* Added new cmdlets to support TrustedLaunch related cmdlets: |
| 12 | + - 'Set-AzVmSecurityProfile' |
| 13 | + - 'Set-AzVmUefi' |
| 14 | + - 'Set-AzVmssSecurityProfile' |
| 15 | + - 'Set-AzVmssUefi' |
| 16 | +* Edited default value for Size parameter in New-AzVM cmdlet from Standard_DS1_v2 to Standard_D2s_v3. |
| 17 | + |
| 18 | +#### Az.ContainerRegistry |
| 19 | +* Fixed bug in 'Get-AzContainerRegistryManifest' showing incorrect image name |
| 20 | + |
| 21 | +#### Az.HDInsight |
| 22 | +* Supported getting default vmsize from backend if customer does not provide the related parameters: '-WorkerNodeSize', '-HeadNodeSize', '-ZookeeperNodeSize', '-EdgeNodeSize', '-KafkaManagementNodeSize'. |
| 23 | + |
| 24 | +#### Az.HealthcareApis |
| 25 | +* Added support for Acr LoginServers |
| 26 | + |
| 27 | +#### Az.KeyVault |
| 28 | +* Fixed a bug for 'Get-AzKeyVaultSecret -AsPlainText' if the secret is not found [#14645] |
| 29 | + |
| 30 | +#### Az.Migrate |
| 31 | +* Nullref Bug fixed in get discovered server and initialize replication infrastructure commandlets. |
| 32 | + |
| 33 | +#### Az.Monitor |
| 34 | +* Added cmdlet to get diagnostic setting categories for subscription |
| 35 | + - 'Get-AzSubscriptionDiagnosticSettingCategory' |
| 36 | +* Supported subscription diagnostic setting operations with new parameter: SubscriptionId |
| 37 | + - 'Get-AzDiagnosticSetting' |
| 38 | + - 'New-AzDiagnosticSetting' |
| 39 | + - 'Remove-AzDiagnosticSetting' |
| 40 | +* Supported 'AutoMitigate' parameter in metric alert rule properties. The flag indicates whether the alert should be auto resolved or not. |
| 41 | + |
| 42 | +#### Az.Resources |
| 43 | +* Added upcoming breaking change warnings on below cmdlets, because the value of 'IdentifierUris' parameter will need verified domain. |
| 44 | + - 'New-AzADApplication' |
| 45 | + - 'Update-AzADApplication' |
| 46 | + - 'New-AzADServicePrincipal' |
| 47 | + - 'Update-AzADServicePrincipal' |
| 48 | +* Ignored Bicep warning message in error stream if exitcode equals zero. |
| 49 | + |
| 50 | +#### Az.Sql |
| 51 | +* Added cmdlet output breaking change warnings to the following: |
| 52 | + - 'New-AzSqlDatabase' |
| 53 | + - 'Get-AzSqlDatabase' |
| 54 | + - 'Set-AzSqlDatabase' |
| 55 | + - 'Remove-AzSqlDatabase' |
| 56 | + - 'New-AzSqlDatabaseSecondary' |
| 57 | + - 'Remove-AzSqlDatabaseSecondary' |
| 58 | + - 'Get-AzSqlDatabaseReplicationLink' |
| 59 | + - 'New-AzSqlDatabaseCopy' |
| 60 | + - 'Set-AzSqlDatabaseSecondary' |
| 61 | + |
| 62 | +#### Az.Storage |
| 63 | +* Fixed copy blob fail with source context as Oauth [#14662] |
| 64 | + - 'Start-AzStorageBlobCopy' |
| 65 | + |
| 66 | +#### Az.StreamAnalytics |
| 67 | +* Added upcoming breaking change warning message to all cmdlets because of upcoming changes on parameters. |
| 68 | + |
| 69 | +### Thanks to our community contributors |
| 70 | +* Andrei Zhukouski (@BurgerZ), Fix typo (#14575) |
| 71 | +* Mark Allison (@markallisongit), Update Invoke-AzSqlInstanceFailover.md (#14603) |
| 72 | + |
| 73 | + |
1 | 74 | ## 5.7.0 - March 2021
|
2 | 75 | #### Az.Accounts
|
3 | 76 | * Fixed incorrect warning message on Windows PowerShell [#14556]
|
|
0 commit comments