diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index b5c685e6ebac..0ebe4ed0d556 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -22,7 +22,18 @@ * Updated cmdlets to enable setting of PrivateRange on AzureFirewallPolicy. - `New-AzFirewallPolicy` - `Set-AzFirewallPolicy` - +* Updated cmdlets to add NatRules in VirtualNetworkGateway and BgpRouteTranslationForNat. + - `New-AzVirtualNetworkGateway` + - `Set-AzVirtualNetworkGateway` +* Updated cmdlets to add EngressNatRules and EgressNatRules in VirtualNetworkGateway Connection. + - `New-AzVirtualNetworkGatewayConnection` + - `Set-AzVirtualNetworkGatewayConnection` +* Added cmdlets for Get/Create/Update/Delete VirtualNetworkGatewayNatRules. + - `New-AzVirtualNetworkGatewayNatRule` + - `Update-AzVirtualNetworkGatewayNatRule` + - `Get-AzVirtualNetworkGatewayNatRule` + - `Remove-AzVirtualNetworkGatewayNatRule` + ## Version 4.7.0 * Added new cmdlets to replace old product name `virtual router` with new name `route server` in the future. - `Get-AzRouteServerPeerAdvertisedRoute` diff --git a/tools/LocalFeed/Microsoft.Azure.Management.Network.330.1802.30352.nupkg b/tools/LocalFeed/Microsoft.Azure.Management.Network.330.1802.30352.nupkg new file mode 100644 index 000000000000..befe39136fa8 Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.Management.Network.330.1802.30352.nupkg differ diff --git a/tools/LocalFeed/Microsoft.Azure.Management.Network.330.2247.36274.nupkg b/tools/LocalFeed/Microsoft.Azure.Management.Network.330.2247.36274.nupkg new file mode 100644 index 000000000000..0345c4d47bea Binary files /dev/null and b/tools/LocalFeed/Microsoft.Azure.Management.Network.330.2247.36274.nupkg differ