Skip to content

Fix the changelog #15977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

-->
## Upcoming Release
* Update Compute .NET SDK package reference to version 49.1.0
* Updated Compute .NET SDK package reference to version 49.1.0
* Fixed a bug in `Get-AzVM` that caused incorrect power status output.

## Version 4.17.0
Expand Down
4 changes: 2 additions & 2 deletions src/FrontDoor/FrontDoor/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
* New-AzFrontDoorRulesEngineActionObject: Allow rule engine action creation without RouteConfigurationOverride
* New-AzFrontDoorRulesEngineActionObject: Fix DynamicCompression parameter being ignored issue
* Allowed rule engine action creation without RouteConfigurationOverride for `New-AzFrontDoorRulesEngineActionObject`.
* Fixed DynamicCompression parameter being ignored issue of `New-AzFrontDoorRulesEngineActionObject`.

## Version 1.8.0
* Allowed Enable-AzFrontDoorCustomDomainHttps's SecretVersion parameter to be optional to support bring-your-own-certificate auto-rotation
Expand Down
6 changes: 3 additions & 3 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
- `Set-AzBastion`
* Onboard Azure Resource Manager to Private Link Common Cmdlets
* Updated cmdlets to add properties to enable/disable BgpRouteTranslationForNat for VpnGateway.
- `New-AzVpnGateway'
- `Update-AzVpnGateway`
- `New-AzVpnGateway`
- `Update-AzVpnGateway`
* Updated cmdlet to add property to disable InternetSecurity for P2SVpnGateway.
- `New-AzP2sVpnGateway'
- `New-AzP2sVpnGateway`
* Added new cmdlets for HubBgpConnection child resource of VirtualHub.
- `Get-AzVirtualHubBgpConnection`
- `New-AzVirtualHubBgpConnection`
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Added a clearer error message for a case in which TemplateUri do not accept bicep file.
* Fixed typos with ManagementGroups breaking change descriptions [#15819].
* Fixed resource tags casing issue - resource tags casing not being preserved.
* Update to Microsoft.Azure.Management.Authorization 2.13.0-preview.
* Updated to Microsoft.Azure.Management.Authorization 2.13.0-preview.

## Version 4.3.1
* Use JsonExtensions to serialize deserialize JSON objects to ensure the use of custom serialization settings [#15552]
Expand Down
12 changes: 6 additions & 6 deletions src/StorageSync/StorageSync/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
- Additional information about change #1
-->
## Upcoming Release
Fixed a bug where not all properties of PSSyncSessionStatus and PSSyncActivityStatus objects were being populated properly.
This affected the Get-AzStorageSyncServerEndpoint cmdlet when trying to access the following properties of the output:
- SyncStatus.UploadStatus
- SyncStatus.DownloadStatus
- SyncStatus.UploadActivity
- SyncStatus.DownloadActivity
* Fixed a bug where not all properties of PSSyncSessionStatus and PSSyncActivityStatus objects were being populated properly.
* This affected the `Get-AzStorageSyncServerEndpoint` cmdlet when trying to access the following properties of the output:
- SyncStatus.UploadStatus
- SyncStatus.DownloadStatus
- SyncStatus.UploadActivity
- SyncStatus.DownloadActivity

## Version 1.6.0
* Added parameter sets to `Invoke-AzStorageSyncChangeDetection`
Expand Down