Skip to content

Commit ccc1def

Browse files
authored
Update changelog for release (#20541)
* Update changelog for release * add breaking change list
1 parent 4b5fd5d commit ccc1def

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## Upcoming Release
2222
* Optimized the mechanism for assembly loading.
2323
* Enabled AzKeyStore with keyring in Linux.
24-
* Fixed a typo in GetAzureRmContextAutosaveSetting.cs changing the cmdlet class name from GetzureRmContextAutosaveSetting to GetAzureRmContextAutosaveSetting
24+
* Fixed a typo in GetAzureRmContextAutosaveSetting.cs changing the cmdlet class name to GetAzureRmContextAutosaveSetting
2525
* Removed survey on error message in `Resolve-AzError`. [#20398]
2626

2727
## Version 2.10.4

src/Network/Network/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
* Added `DdosProtectionPlan` property in `AzPublicIpAddress`
2424
* Updated mapping in `AzPublicIpAddress` to always show/create DdosSettings
2525
* Fixed a bug that added Ddos related properties when viewing PublicIpAddress and DdosProtectionPlan objects
26-
* Fixed a Bug for Set-AzIpGroup cmdlet to support the -whatif parameter
27-
* Fixed a Bug for `Add-AzLoadBalancerFrontendIpConfig`, `Add-AzLoadBalancerProbeConfig`, `Add-AzLoadBalancerBackendAddressPoolConfig`, `Set-AzLoadBalancer`, `New-AzLoadBalancerRuleConfig`, `Remove-AzLoadBalancerInboundNatRuleConfig` cmdlets to support the `-whatif` parameter. Fix [#20416]
26+
* Fixed a Bug for Set-AzIpGroup cmdlet to support the `-WhatIf` parameter
27+
* Fixed a Bug for `Add-AzLoadBalancerFrontendIpConfig`, `Add-AzLoadBalancerProbeConfig`, `Add-AzLoadBalancerBackendAddressPoolConfig`, `Set-AzLoadBalancer`, `New-AzLoadBalancerRuleConfig`, `Remove-AzLoadBalancerInboundNatRuleConfig` cmdlets to support the `-WhatIf` parameter. Fix [#20416]
2828

2929
## Version 5.2.0
3030
* Added optional parameters `CustomBlockResponseStatusCode` and `CustomBlockResponseBody` parameter to `AzApplicationGatewayFirewallPolicySettings`

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
*Return ListBlobProperties in blob list result
21+
* Return ListBlobProperties in blob list result
2222
- `Get-AzStorageBlob`
23-
*Output AllowedCopyScope in get account result
23+
* Output AllowedCopyScope in get account result
2424
- `Get-AzStorageAccount`
2525

2626
## Version 5.2.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"Module","ClassName","Target","Severity","ProblemId","Description","Remediation"
2+
"Az.Batch","Microsoft.Azure.Commands.Batch.DisableBatchAutoScaleCommand","Disable-AzBatchAutoScale","0","3010","The property 'ActionRequired' of type 'Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState' has been removed.","Add the property 'ActionRequired' back to type 'Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState'."

0 commit comments

Comments
 (0)