|
19 | 19 | ---> |
20 | 20 |
|
21 | 21 | ## Upcoming Release |
22 | | -* Added new cmdlet for Azure Express Route Port |
23 | | - - `New-AzExpressRoutePortLOA` |
24 | 22 | * [Breaking Change] Updated below cmdlets to align resource virtual router and virtual hub |
25 | 23 | - `New-AzVirtualRouter`: |
26 | 24 | - Added -HostedSubnet parameter to support IP configuration child resource |
27 | 25 | - deleted -HostedGateway and -HostedGatewayId |
28 | 26 | - `Get-AzVirtualRouter`: |
29 | | - - Added subcription level parameter set |
| 27 | + - Added subscription level parameter set |
30 | 28 | - `Remove-AzVirtualRouter` |
31 | 29 | - `Add-AzVirtualRouterPeer` |
32 | 30 | - `Get-AzVirtualRouterPeer` |
33 | 31 | - `Remove-AzVirtualRouterPeer` |
| 32 | +* Added new cmdlet for Azure Express Route Port |
| 33 | + - `New-AzExpressRoutePortLOA` |
34 | 34 | * Added RemoteBgpCommunities property to the VirtualNetwork Peering Resource |
35 | 35 | * Modified the warning message for `New-AzLoadBalancerFrontendIpConfig`, `New-AzPublicIpAddress` and `New-AzPublicIpPrefix`. |
36 | 36 | * Added VpnGatewayIpConfigurations to `Get-AzVpnGateway` output |
37 | | -* Bug fix for Set-AzApplicationGatewaySslCertificate (https://github.com/Azure/azure-powershell/issues/9488) |
| 37 | +* Fixed bug for `Set-AzApplicationGatewaySslCertificate` [#9488] |
38 | 38 | * Added `AllowActiveFTP` parameter to `AzureFirewall` |
39 | 39 | * Updated below commands for feature: Enable internet security set/remove on VirtualWan P2SVpnGateway. |
40 | 40 | - Updated `New-AzP2sVpnGateway`: Added optional switch parameter `EnableInternetSecurityFlag` for customers to set true to enable internet security on P2SVpnGateway, which will be applied for Point to site clients. |
41 | 41 | - Updated `Update-AzP2sVpnGateway`: Added optional switch parameters `EnableInternetSecurityFlag` or `DisableInternetSecurityFlag` for customers to set true/false to enable/disable internet security on P2SVpnGateway, which will be applied for Point to site clients. |
42 | 42 | * Added new cmdlet `Reset-AzP2sVpnGateway` for customers to reset/reboot their VirtualWan P2SVpnGateway for troubleshooting. |
43 | 43 | * Added new cmdlet `Reset-AzVpnGateway` for customers to reset/reboot their VirtualWan VpnGateway for troubleshooting. |
44 | 44 | * Updated `Set-AzVirtualNetworkSubnetConfig` |
45 | | - - Set NSG and Route Table properties of subnet to null if explicitly set in parameters[#1548][#9718] |
| 45 | + - Set NSG and Route Table properties of subnet to null if explicitly set in parameters [#1548][#9718] |
46 | 46 |
|
47 | 47 | ## Version 3.3.0 |
48 | 48 | * Added support for AddressPrefixType parameter to `Remove-AzExpressRouteCircuitConnectionConfig` |
|
0 commit comments