Skip to content

Commit ace17b5

Browse files
authored
Fix the changelog (#15977)
* Fix the changelog * Fix the changelog * Update ChangeLog.md Co-authored-by: wyunchi-ms <[email protected]>
1 parent a5a12b6 commit ace17b5

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

src/Compute/Compute/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
-->
2222
## Upcoming Release
23-
* Update Compute .NET SDK package reference to version 49.1.0
23+
* Updated Compute .NET SDK package reference to version 49.1.0
2424
* Fixed a bug in `Get-AzVM` that caused incorrect power status output.
2525

2626
## Version 4.17.0

src/FrontDoor/FrontDoor/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* New-AzFrontDoorRulesEngineActionObject: Allow rule engine action creation without RouteConfigurationOverride
22-
* New-AzFrontDoorRulesEngineActionObject: Fix DynamicCompression parameter being ignored issue
21+
* Allowed rule engine action creation without RouteConfigurationOverride for `New-AzFrontDoorRulesEngineActionObject`.
22+
* Fixed DynamicCompression parameter being ignored issue of `New-AzFrontDoorRulesEngineActionObject`.
2323

2424
## Version 1.8.0
2525
* Allowed Enable-AzFrontDoorCustomDomainHttps's SecretVersion parameter to be optional to support bring-your-own-certificate auto-rotation

src/Network/Network/ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
- `Set-AzBastion`
2525
* Onboard Azure Resource Manager to Private Link Common Cmdlets
2626
* Updated cmdlets to add properties to enable/disable BgpRouteTranslationForNat for VpnGateway.
27-
- `New-AzVpnGateway'
28-
- `Update-AzVpnGateway`
27+
- `New-AzVpnGateway`
28+
- `Update-AzVpnGateway`
2929
* Updated cmdlet to add property to disable InternetSecurity for P2SVpnGateway.
30-
- `New-AzP2sVpnGateway'
30+
- `New-AzP2sVpnGateway`
3131
* Added new cmdlets for HubBgpConnection child resource of VirtualHub.
3232
- `Get-AzVirtualHubBgpConnection`
3333
- `New-AzVirtualHubBgpConnection`

src/Resources/Resources/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Added a clearer error message for a case in which TemplateUri do not accept bicep file.
2323
* Fixed typos with ManagementGroups breaking change descriptions [#15819].
2424
* Fixed resource tags casing issue - resource tags casing not being preserved.
25-
* Update to Microsoft.Azure.Management.Authorization 2.13.0-preview.
25+
* Updated to Microsoft.Azure.Management.Authorization 2.13.0-preview.
2626

2727
## Version 4.3.1
2828
* Use JsonExtensions to serialize deserialize JSON objects to ensure the use of custom serialization settings [#15552]

src/StorageSync/StorageSync/ChangeLog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
Fixed a bug where not all properties of PSSyncSessionStatus and PSSyncActivityStatus objects were being populated properly.
22-
This affected the Get-AzStorageSyncServerEndpoint cmdlet when trying to access the following properties of the output:
23-
- SyncStatus.UploadStatus
24-
- SyncStatus.DownloadStatus
25-
- SyncStatus.UploadActivity
26-
- SyncStatus.DownloadActivity
21+
* Fixed a bug where not all properties of PSSyncSessionStatus and PSSyncActivityStatus objects were being populated properly.
22+
* This affected the `Get-AzStorageSyncServerEndpoint` cmdlet when trying to access the following properties of the output:
23+
- SyncStatus.UploadStatus
24+
- SyncStatus.DownloadStatus
25+
- SyncStatus.UploadActivity
26+
- SyncStatus.DownloadActivity
2727

2828
## Version 1.6.0
2929
* Added parameter sets to `Invoke-AzStorageSyncChangeDetection`

0 commit comments

Comments
 (0)