diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 9ff8c129debb..2e2a73e14fdc 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) +* 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. +* 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`