Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new new param:TunnelConnectionStatus in output object:VirtualNetworkGatewayConnection and added new optional input param:gatewayVip in ResetGateway API. #2507

Merged
merged 10 commits into from
Oct 27, 2016

Conversation

Nilambari
Copy link
Member

This PR contains 2 changes :-

  1. Added new param: TunnelConnectionStatus in output Connection
    object to show per tunnel connection health status
  2. Added optional input param:gatewayVip to pass gateway vip for ResetGateway API in case of Active
    -Active feature enabled gateways.

…atewayConnection object to show per tunnel connection health status.
…GatewayConnection object to show per tunnel connection health status:-Part2
…GatewayConnection object to show per tunnel connection health status:-Part3
…GatewayConnection object to show per tunnel connection health status:-Part4
…GatewayConnection object to show per tunnel connection health status:-Part5
@markcowl markcowl merged commit c6abfa2 into Azure:AutoRest Oct 27, 2016
/// </param>
public static VirtualNetworkGateway Reset(this IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, VirtualNetworkGateway parameters)
public static VirtualNetworkGateway Reset(this IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, string gatewayVip = default(string))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are breaking changes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parameter VirtualNetworkGateway parameters was not used so removed it and added new optional param:string gatewayVip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants