-
Notifications
You must be signed in to change notification settings - Fork 5.6k
virtual wan/gateway disconnect vpn connections #7747
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
Merged
zikalino
merged 14 commits into
Azure:network-december-release
from
ninweninwe:network-december-release
Nov 28, 2019
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
a1cf3d6
virtual wan/gateway disconnect vpn connections
ninweninwe d640904
fix the PR comments
ninweninwe e13339c
fix the PR
ninweninwe c4dd382
upgrade rest-api-specs-scripts version (#7712)
qiaozha b1016a0
bump avocado version to support $(this-folder) (#7743)
ruowan a0270ec
regenerate package-lock.json (#7756)
qiaozha 1240e0b
fix build error
ninweninwe ef5ca19
match class name with p2svpnconnectionrequest in nrp
ninweninwe 2549236
address the PR comments
ninweninwe e145eea
address the PR comments
ninweninwe 59dbbb7
Prettify Network examples
anton-evseev feefed1
fix format of json
ninweninwe 7e45f7c
fix json format
ninweninwe 80aaf36
Merge branch 'azure-network-december-release' into network-december-r…
ninweninwe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
...crosoft.Network/stable/2019-11-01/examples/P2sVpnGatewaysDisconnectP2sVpnConnections.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "subid", | ||
| "resourceGroupName": "p2s-vpn-gateway-test", | ||
| "p2sVpnGatewayName": "p2svpngateway", | ||
| "api-version": "2019-11-01", | ||
| "request": { | ||
| "vpnConnectionIds": [ | ||
| "vpnconnId1", | ||
| "vpnconnId2" | ||
| ] | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": {}, | ||
| "202": {} | ||
| } | ||
| } |
18 changes: 18 additions & 0 deletions
18
...Network/stable/2019-11-01/examples/VirtualNetworkGatewaysDisconnectP2sVpnConnections.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "subid", | ||
| "resourceGroupName": "vpn-gateway-test", | ||
| "virtualNetworkGatewayName": "vpngateway", | ||
| "api-version": "2019-11-01", | ||
| "request": { | ||
| "vpnConnectionIds": [ | ||
| "vpnconnId1", | ||
| "vpnconnId2" | ||
| ] | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": {}, | ||
| "202": {} | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.