From 7196afaab01efae8c3f42565f4341750df2421a1 Mon Sep 17 00:00:00 2001 From: msJinLei Date: Wed, 9 Sep 2020 15:59:18 +0800 Subject: [PATCH 1/2] Fix Network ChangeLog merging error --- src/Network/Network/ChangeLog.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 9ff8c129debb..65a34794fcce 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -33,6 +33,14 @@ * Modified the warning message for `New-AzLoadBalancerFrontendIpConfig`, `New-AzPublicIpAddress` and `New-AzPublicIpPrefix`. * Added VpnGatewayIpConfigurations to `Get-AzVpnGateway` output * Bug fix for Set-AzApplicationGatewaySslCertificate (https://github.com/Azure/azure-powershell/issues/9488) +* Add `AllowActiveFTP` parameter to `AzureFirewall` +* Updated below commands for feature: Enable internet security set/remove on VirtualWan P2SVpnGateway. +- 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. +- 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. +* Added new cmdlet `Reset-AzP2sVpnGateway` for customers to reset/reboot their VirtualWan P2SVpnGateway for troubleshooting. +* Added new cmdlet `Reset-AzVpnGateway` for customers to reset/reboot their VirtualWan VpnGateway for troubleshooting. +* Updated `Set-AzVirtualNetworkSubnetConfig` + - Set NSG and Route Table properties of subnet to null if explicitly set in parameters[#1548][#9718] ## Version 3.3.0 * Added support for AddressPrefixType parameter to `Remove-AzExpressRouteCircuitConnectionConfig` @@ -62,17 +70,7 @@ - `Stop-AzVpnConnectionPacketCapture` * Onboard Application Gateway to Private Link Common Cmdlets * Onboard StorageSync to Private Link Common Cmdlets -* Add `AllowActiveFTP` parameter to `AzureFirewall` -* Onboarded Application Gateway to Private Link Common Cmdlets -* Onboarded StorageSync to Private Link Common Cmdlets * Onboarded SignalR to Private Link Common Cmdlets -* Updated below commands for feature: Enable internet security set/remove on VirtualWan P2SVpnGateway. -- 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. -- 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. -* Added new cmdlet `Reset-AzP2sVpnGateway` for customers to reset/reboot their VirtualWan P2SVpnGateway for troubleshooting. -* Added new cmdlet `Reset-AzVpnGateway` for customers to reset/reboot their VirtualWan VpnGateway for troubleshooting. -* Updated `Set-AzVirtualNetworkSubnetConfig` - - Set NSG and Route Table properties of subnet to null if explicitly set in parameters[#1548][#9718] ## Version 3.1.0 * Added support for AddressPrefixType parameter to `Remove-AzExpressRouteCircuitConnectionConfig` From 121e884fc86da006695a43d628dfef7292481a51 Mon Sep 17 00:00:00 2001 From: Yabo Hu Date: Wed, 9 Sep 2020 16:54:10 +0800 Subject: [PATCH 2/2] Update ChangeLog.md --- src/Network/Network/ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 65a34794fcce..2e2a73e14fdc 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -33,7 +33,7 @@ * Modified the warning message for `New-AzLoadBalancerFrontendIpConfig`, `New-AzPublicIpAddress` and `New-AzPublicIpPrefix`. * Added VpnGatewayIpConfigurations to `Get-AzVpnGateway` output * Bug fix for Set-AzApplicationGatewaySslCertificate (https://github.com/Azure/azure-powershell/issues/9488) -* Add `AllowActiveFTP` parameter to `AzureFirewall` +* Added `AllowActiveFTP` parameter to `AzureFirewall` * Updated below commands for feature: Enable internet security set/remove on VirtualWan P2SVpnGateway. - 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. - 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.