Skip to content

Commit bf15464

Browse files
authored
Fix changelog for upcoming release (#19744)
1 parent cf8d30a commit bf15464

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* [Breaking Change]: Changed the type of parameter `Sku` from Enum to String in `Add-AzApiManagementRegion`, `New-AzApiManagement` and `Update-AzApiManagementRegion`.
21+
* [Breaking Change] Changed the type of parameter `Sku` from Enum to String in `Add-AzApiManagementRegion`, `New-AzApiManagement` and `Update-AzApiManagementRegion`.
2222

2323
## Version 3.0.1
2424
* Supported GraphQL Specification Format

src/Network/Network/ChangeLog.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,37 @@
1919
--->
2020

2121
## Upcoming Release
22-
* Added a new endpoint swtich `AzureArcVM` in `New-AzNetworkWatcherConnectionMonitor`
22+
* Added a new endpoint switch `AzureArcVM` in `New-AzNetworkWatcherConnectionMonitor`
2323
* Updated `New-AzVirtualNetworkGatewayConnection` to support bypassing the ExpressRoute gateway when accessing private-links
2424
* Updated `Update-AzCustomIpPrefix` to support no-internet advertise CustomIpPrefix
2525
* Updated `New-AzNetworkInterface` to support create/update nic with DisableTcpStateTracking property
2626
* Updated cmdlet to support specifying a VirtualRouterAsn on Virtual Hub
27-
* `NewAzureRmVirtualHubCommand.cs`
28-
* `UpdateAzureRmVirtualHubCommand.cs`
27+
* `New-AzVirtualHub`
28+
* `Update-AzVirtualHub`
2929
* Updated cmdlet to support specifying an ASN on VPN Gateway
30-
* `NewAzureRmVpnGatewayCommand.cs`
31-
* `UpdateAzureRmVpnGatewayCommand.cs`
32-
* Updated `NewAzureRmRoutingConfigurationCommand.cs` to support bypassing NVA for spoke vNet traffic
33-
* Updated `Update-AzCustomIpPrefix` to support new parameters: asn, geo, expressrouteadvertise
30+
* `New-AzVpnGateway`
31+
* `Update-AzVpnGateway`
32+
* Updated `New-AzRoutingConfiguration` to support bypassing NVA for spoke vNet traffic
33+
* Updated `Update-AzCustomIpPrefix` to support new parameters: Asn, Geo, ExpressRouteAdvertise
3434
* Updated cmdlets to enable verification on client certificate revocation by using a new property VerifyClientRevocation in ApplicationGatewayClientAuthConfiguration
3535
* `New-AzApplicationGatewayClientAuthConfiguration`
3636
* `Set-AzApplicationGatewayClientAuthConfiguration`
3737
* Updated `New-AzCustomIpPrefix` to support IPv4 Parent/Child CustomIpPrefix creation.
3838
* Added Uppercase Transform in New-AzApplicationGatewayFirewallCondition
3939
* Added DdosProtectionMode parameter in New-AzPublicIpAddress
4040
* Added ProbeThreshold parameter to Load Balancer Probe
41-
* `AddAzureRmLoadBalancerProbeConfigCommand.cs`
42-
* `NewAzureRmLoadBalancerProbeConfigCommand.cs`
43-
* `SetAzureRmLoadBalancerProbeConfigCommand.cs`
41+
* `Add-AzLoadBalancerProbeConfig`
42+
* `New-AzLoadBalancerProbeConfig`
43+
* `Set-AzLoadBalancerProbeConfig`
4444
* Updated `New-AzApplicationGatewayFirewallPolicyManagedRuleOverride` to support specifying an action for a managed rule override in Application Gateway WAF Policy
4545
* Added breaking change enum values/notification for the following network manager cmdlets
46-
* `DeployAzNetworkManagerCommit.cs`
47-
* `NewAzNetworkManagerConnectivityConfigurationCommand.cs`
48-
* `NewAzNetworkManagerConnectivityGroupItemCommand.cs`
49-
* `NewAzNetworkManagerSecurityAdminRuleCommand.cs`
50-
* `NewAzNetworkManagerSecurityAdminConfigurationCommand.cs`
51-
* `NewAzNetworkManagerAddressPrefixItemCommand.cs`
52-
* `NewAzNetworkManagerCommand.cs`
46+
* `Deploy-AzNetworkManagerCommit`
47+
* `New-AzNetworkManagerConnectivityConfiguration`
48+
* `New-AzNetworkManagerConnectivityGroupItem`
49+
* `New-AzNetworkManagerSecurityAdminRule`
50+
* `New-AzNetworkManagerSecurityAdminConfiguration`
51+
* `New-AzNetworkManagerAddressPrefixItem`
52+
* `New-AzNetworkManager`
5353
* Added `EnableUDPLogOptimization` parameter to `New-AzFirewall`
5454
* Fixed a bug that does not return HubIPAddresses and PrivateIPAddress during a Get-AzFirewall command
5555
* Replaced `IdentifyTopFatFlow` parameter with 'EnableFatFlowLogging' parameter to `New-AzFirewall`

src/Ssh/Ssh/ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020

21-
## Upcoming Release
22-
* Preview of Az.Ssh Module.
21+
## Upcoming Release
22+
23+
## Version 0.1.0
24+
* First preview release for module Az.Ssh

0 commit comments

Comments
 (0)