|
| 1 | +## 5.2.0 - December 2020 |
| 2 | +#### Az.Accounts |
| 3 | +* Managed to parse ExpiresOn time from raw token if could not get from underlying library |
| 4 | +* Improved warning message if Interactive authentication is unavailable |
| 5 | + |
| 6 | +#### Az.ApiManagement |
| 7 | +* [Breaking change] 'New-AzApiManagementProduct' by default has no subscription limit. |
| 8 | + |
| 9 | +#### Az.Compute |
| 10 | +* Edited Get-AzVm to filter by '-Name' prior to checking for throttling due to too many resources. |
| 11 | +* New cmdlet 'Start-AzVmssRollingExtensionUpgrade'. |
| 12 | + |
| 13 | +#### Az.ContainerRegistry |
| 14 | +* Supported parameter 'Name' for and value from pipeline input for 'Get-AzContainerRegistryUsage' [#13605] |
| 15 | +* Polished exceptions for 'Connect-AzContainerRegistry' |
| 16 | + |
| 17 | +#### Az.DataFactory |
| 18 | +* Updated ADF .Net SDK version to 4.13.0 |
| 19 | + |
| 20 | +#### Az.HealthcareApis |
| 21 | +* Added support for customer managed keys |
| 22 | + |
| 23 | +#### Az.IotHub |
| 24 | +* Fixed an issue of SAS token. |
| 25 | + |
| 26 | +#### Az.KeyVault |
| 27 | +* Supported 'all' as an option when setting key vault access policies |
| 28 | +* Supported new version of SecretManagement module [#13366] |
| 29 | +* Supported ByteArray, String, PSCredential and Hashtable for 'SecretValue' in SecretManagementModule [#12190] |
| 30 | +* [Breaking change] redesigned the API surface of cmdlets related to managed HSM. |
| 31 | + |
| 32 | +#### Az.Monitor |
| 33 | +* Changed parameter 'Rule' of 'New-AzAutoscaleProfile' to accept empty list. [#12903] |
| 34 | +* Added new cmdlets to support creating diagnostic settings more flexible: |
| 35 | + * 'Get-AzDiagnosticSettingCategory' |
| 36 | + * 'New-AzDiagnosticSetting' |
| 37 | + * 'New-AzDiagnosticDetailSetting' |
| 38 | + |
| 39 | +#### Az.RecoveryServices |
| 40 | +* Made help text and parameter set name changes to 'Restore-AzRecoveryServicesBackupItem' cmdlet. |
| 41 | + |
| 42 | +#### Az.Resources |
| 43 | +* Added '-Tag' parameter support to 'Set-AzTemplateSpec' and 'New-AzTemplateSpec' |
| 44 | +* Added Tag display support to default formatter for Template Specs |
| 45 | + |
| 46 | +#### Az.ServiceFabric |
| 47 | +* Added example to 'Set-AzServiceFabricSetting' with SettingsSectionDescription param |
| 48 | +* Updated application related cmdlets to call out that support is only for ARM deployed resources |
| 49 | +* Marked for deprecation cluster cert cmdlets 'Add-AzureRmServiceFabricClusterCertificate' and 'Remove-AzureRmServiceFabricClusterCertificate' |
| 50 | + |
| 51 | +#### Az.Sql |
| 52 | +* Added SecondaryType to the following: |
| 53 | + - 'New-AzSqlDatabase' |
| 54 | + - 'Set-AzSqlDatabase' |
| 55 | + - 'New-AzSqlDatabaseSecondary' |
| 56 | +* Added HighAvailabilityReplicaCount to the following: |
| 57 | + - 'New-AzSqlDatabase' |
| 58 | + - 'Set-AzSqlDatabase' |
| 59 | +* Made ReadReplicaCount an alias of HighAvailabilityReplicaCount in the following: |
| 60 | + - 'New-AzSqlDatabase' |
| 61 | + - 'Set-AzSqlDatabase' |
| 62 | + |
| 63 | +#### Az.Storage |
| 64 | +* Supported upload Azure File size up to 4 TiB |
| 65 | + - 'Set-AzStorageFileContent' |
| 66 | +* Upgraded Azure.Storage.Blobs to 12.7.0 |
| 67 | +* Upgraded Azure.Storage.Files.Shares to 12.5.0 |
| 68 | +* Upgraded Azure.Storage.Files.DataLake to 12.5.0 |
| 69 | + |
| 70 | +#### Az.StorageSync |
| 71 | +* Added Sync tiering policy feature with download policy and local cache mode |
| 72 | + |
| 73 | +#### Az.Websites |
| 74 | +* Prevent duplicate access restriction rules |
| 75 | + |
| 76 | +### Thanks to our community contributors |
| 77 | +* Andrew Dawson (@dawsonar802), Update Get-AzKeyVaultCertificate.md - Get cert and save it as pfx section to work with PowerShell Core (#13557) |
| 78 | +* @iviark, Healthcare APIs Powershell BYOK Updates (#13518) |
| 79 | +* John Duckmanton (@johnduckmanton), Correct spelling of TagPatchOperation (#13508) |
| 80 | +* Michael James (@mikejwhat) |
| 81 | + * Get-AzLogicAppRunHistory Help Tidy (#13513) |
| 82 | +* Richard de Zwart (@mountain65) |
| 83 | + * Update Update-AzAppConfigurationStore.md (#13485) |
| 84 | + * Update New-AzCosmosDBAccount.md (#13490) |
| 85 | +* @SteppingRazor, New-AzApiManagementProduct: Change SubscriptionsLimit parameter default value to None (#13457) |
| 86 | +* Steve Burkett (@SteveBurkettNZ), Fix Typo for WorkspaceResourceId parameter in example (#13589) |
| 87 | + |
1 | 88 | ## 5.1.0 - November 2020 |
2 | 89 | #### Az.Accounts |
3 | 90 | * Fixed an issue that TenantId may be not respected if using 'Connect-AzAccount -DeviceCode'[#13477] |
|
0 commit comments