-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Support Reset connection for VNG and Vwan #14225
Support Reset connection for VNG and Vwan #14225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
local SDK needed to be check into tools/localfeed.
There is another PR: #14182
is going to check in local SDK, please make sure yours will be compatible with his.
please sync with network-november branch, you might not need to check in the local SDK.. |
@VeryEarly - Synced with network-november branch but local SDK from #14182 wasn't compatible with my changes so checked-in new Network SDK version which works with both the PRs. |
[Cmdlet( | ||
VerbsCommon.Reset, | ||
ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VpnSiteLinkConnection", | ||
DefaultParameterSetName = "ByName"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DefaultParameterSetName = "ByName"), | |
DefaultParameterSetName = "ByName", | |
SupportsShouldProcess = true), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using Microsoft.Azure.Management.Network.Models; | ||
using Newtonsoft.Json; | ||
|
||
[Cmdlet("Reset", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualNetworkGatewayConnection", DefaultParameterSetName = "ByName"), OutputType(typeof(void))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Cmdlet("Reset", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualNetworkGatewayConnection", DefaultParameterSetName = "ByName"), OutputType(typeof(void))] | |
[Cmdlet("Reset", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualNetworkGatewayConnection", DefaultParameterSetName = "ByName", SupportsShouldProcess = true), OutputType(typeof(void))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @VeryEarly, can we get this PR checked in today if everything looks good? |
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/Network/Network/ChangeLog.md
## Upcoming Release
header -- no new version header should be added