-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microsot.Network/virtualnetworkgateways Reset VPN Client Shared Key (#…
…3649) * Reset VPN Client shared key * typo * CR rename
- Loading branch information
1 parent
8832490
commit f092b14
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...soft.Network/stable/2018-06-01/examples/VirtualNetworkGatewayResetVpnClientSharedKey.json
This file contains 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,12 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-06-01", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"virtualNetworkGatewayName" : "vpngw" | ||
}, | ||
"responses" : { | ||
"202" : { }, | ||
"200" : { } | ||
} | ||
} |
This file contains 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