Skip to content

Commit 16b49d5

Browse files
committed
Fix changeLog file
1 parent a2e5ea2 commit 16b49d5

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

src/ResourceManager/Network/ChangeLog.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,18 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20+
2021
## Current Release
21-
* Get-AzureRmVirtualNetworkGatewayConnection
22-
- Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status.
23-
* Reset-AzureRmVirtualNetworkGateway
24-
- Added optional input param:- gatewayVip to pass gateway vip for ResetGateway API in case of Active-Active feature enabled gateways.
25-
- Gateway Vip can be retrieved from PublicIPs refered in VirtualNetworkGateway object.
26-
27-
## Version 3.2.0
22+
* Get-AzureRmVirtualNetworkGatewayConnection
23+
    - Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status.
24+
* Reset-AzureRmVirtualNetworkGateway
25+
    - Added optional input param:- gatewayVip to pass gateway vip for ResetGateway API in case of Active-Active feature enabled gateways.
26+
    - Gateway Vip can be retrieved from PublicIPs refered in VirtualNetworkGateway object.
27+
28+
## Version 3.1.0
29+
* Add-AzureRmVirtualNetworkPeering
30+
    - Parameter AlloowGatewayTransit renamed to AllowGatewayTransit (an alias for the old parameter was created)
31+
    - Fixed issue where UseRemoteGateway property was not being populated in the request to the server
32+
* Get-AzureRmEffectiveNetworkSecurityGroup
33+
    - Add warning if there is no response from GetEffectiveNSG
34+
* Add Source property to EffectiveRoute

0 commit comments

Comments
 (0)