|
| 1 | +## 5.5.0 - February 2021 |
| 2 | +#### Az.Accounts |
| 3 | +* Tracked CloudError code in exception |
| 4 | +* Raised 'ContextCleared' event when 'Clear-AzContext' was executed |
| 5 | + |
| 6 | +#### Az.Aks |
| 7 | +* Refined error messages of cmdlet failure. |
| 8 | +* Upgraded exception handling to use Azure PowerShell related exceptions. |
| 9 | +* Fixed the issue that user could not use provided service principal to create Kubernetes cluster. [#13938] |
| 10 | + |
| 11 | +#### Az.Automation |
| 12 | +* Fixed the issue of processing 'PSCustomObject' and 'Array'. |
| 13 | + |
| 14 | +#### Az.Compute |
| 15 | +* Added parameter '-EnableAutomaticUpgrade' to 'Set-AzVmExtension' and 'Add-AzVmssExtension'. |
| 16 | +* Removed FilterExpression parameter from 'Get-AzVMImage' cmdlet documentation. |
| 17 | +* Added deprecation message to the ContainerService cmdlets: |
| 18 | + - 'Add-AzureRmContainerServiceAgentPoolProfileCommand' |
| 19 | + - 'Get-AzContainerService' |
| 20 | + - 'New-AzContainerService' |
| 21 | + - 'New-AzContainerServiceConfig' |
| 22 | + - 'Remove-AzContainerService' |
| 23 | + - 'Remove-AzContainerServiceAgentPoolProfile' |
| 24 | + - 'Update-AzContainerService' |
| 25 | +* Added parameter '-BurstingEnabled' to 'New-AzDiskConfig' and 'New-AzDiskUpdateConfig' |
| 26 | +* Added '-GroupByApplicationId' and '-GroupByUserAgent' parameters to the 'Export-AzLogAnalyticThrottledRequest' and 'Export-AzLogAnalyticRequestRateByInterval' cmdlets. |
| 27 | +* Added 'VMParameterSet' parameter set to 'Get-AzVMExtension' cmdlet. Added new parameter '-VM' to this parameter set. |
| 28 | + |
| 29 | +#### Az.ContainerRegistry |
| 30 | +* Added cmdlets to supported repository, manifest, and tag operations: |
| 31 | + - 'Get-AzContainerRegistryRepository' |
| 32 | + - 'Update-AzContainerRegistryRepository' |
| 33 | + - 'Remove-AzContainerRegistryRepository' |
| 34 | + - 'Get-AzContainerRegistryManifest' |
| 35 | + - 'Update-AzContainerRegistryManifest' |
| 36 | + - 'Remove-AzContainerRegistryManifest' |
| 37 | + - 'Get-AzContainerRegistryTag' |
| 38 | + - 'Update-AzContainerRegistryTag' |
| 39 | + - 'Remove-AzContainerRegistryTag' |
| 40 | + |
| 41 | +#### Az.Databricks |
| 42 | +Supported -EnableNoPublicIP when creating a Databricks workspace |
| 43 | + |
| 44 | +#### Az.FrontDoor |
| 45 | +* Added FrontDoorId to properties |
| 46 | +* Added JSON Exclusions and RequestBodyCheck support to managed rules |
| 47 | + |
| 48 | +#### Az.HDInsight |
| 49 | +* Added new parameter '-EnableComputeIsolation' and '-ComputeIsolationHostSku' to the cmdlet 'New-AzHDInsightCluster' to support compute isolation feature |
| 50 | +* Added property 'ComputeIsolationProperties' and 'ConnectivityEndpoints' in the class AzureHDInsightCluster. |
| 51 | + |
| 52 | +#### Az.KeyVault |
| 53 | +* Supported specifying key type and curve name when importing keys via a BYOK file |
| 54 | + |
| 55 | +#### Az.Network |
| 56 | +* Added new cmdlets to replace old product name 'virtual router' with new name 'route server' in the future. |
| 57 | + - 'New-AzRouteServer' |
| 58 | + - 'Get-AzRouteServer' |
| 59 | + - 'Remove-AzRouteServer' |
| 60 | + - 'Update-AzRouteServer' |
| 61 | + - 'Get-AzRouteServerPeer' |
| 62 | + - 'Add-AzRouteServerPeer' |
| 63 | + - 'Update-AzRouteServerPeer' |
| 64 | + - 'Remove-AzRouteServerPeer' |
| 65 | + - Added deprecation attribute warning to the old cmdlets. |
| 66 | +* Bug fix in ExpressRouteLink MacSecConfig. Added new property 'SciState' to 'PSExpressRouteLinkMacSecConfig' |
| 67 | +* Updated format list and format table views for Get-AzVirtualNetworkGatewayConnectionIkeSa |
| 68 | + |
| 69 | +#### Az.PolicyInsights |
| 70 | +* Retracted changes made in powershell that increased request row limit. Removed incorrect statement of supporting paging |
| 71 | + |
| 72 | +#### Az.RecoveryServices |
| 73 | +* modified policy validation limits as per backup service. |
| 74 | +* Added Zone Redundancy for Recovery Service Vaults. |
| 75 | +* Azure Site Recovery support for Proximity placement group for VMware to Azure and HyperV to Azure providers. |
| 76 | +* Azure Site Recovery support for Availability zone for VMware to Azure and HyperV to Azure providers. |
| 77 | +* Azure Site Recovery support for UseManagedDisk for HyperV to Azure provider |
| 78 | + |
| 79 | +#### Az.Resources |
| 80 | +* Removed principal type on New-AzRoleAssignment and Set-AzRoleAssignment because current mapping was breaking certain scenarios |
| 81 | + |
| 82 | +#### Az.Sql |
| 83 | +* Added MaintenanceConfigurationId to 'New-AzSqlDatabase', 'Set-AzSqlDatabase', 'New-AzSqlElasticPool' and 'Set-AzSqlElasticPool' |
| 84 | +* Fixed regression in 'Set-AzSqlServerAudit' when PredicateExpression argument is provided |
| 85 | + |
| 86 | +#### Az.Storage |
| 87 | +* Supported RoutingPreference settings in create/update Storage account |
| 88 | + - 'New-AzStorageAccount' |
| 89 | + - 'Set-AzStorageAccount' |
| 90 | +* Upgraded Azure.Storage.Blobs to 12.8.0 |
| 91 | +* Upgraded Azure.Storage.Files.Shares to 12.6.0 |
| 92 | +* Upgraded Azure.Storage.Files.DataLake to 12.6.0 |
| 93 | + |
| 94 | +#### Az.Websites |
| 95 | +* Added support for Importing a key vault certificate to WebApp. |
| 96 | + |
| 97 | +### Thanks to our community contributors |
| 98 | +* @atul-ram, Update Set-AzEventHub.md (#13921) |
| 99 | +* Christoph Bergmeister [MVP] (@bergmeister), Set-AzDataLakeGen2AclRecursive.md - Fix typo (directiry -> directory) (#14082) |
| 100 | +* Alexander Schmidt (@devdeer-alex), Fixed broken link to contribution guidelines (#14009) |
| 101 | +* @JiangYuchun, Update Get-AzApplicationGatewayAuthenticationCertificate.md (#13972) |
| 102 | +* Sebastian Olsen (@Spacebjorn), Corrected example command (#13901) |
| 103 | + |
| 104 | + |
1 | 105 | ## 5.4.0 - January 2021 |
2 | 106 | #### Az.Accounts |
3 | 107 | * Shown correct client request id on debug message [#13745] |
|
0 commit comments