Skip to content

Commit

Permalink
Update Reset-AzP2sVpnGateway.md (#13765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lochiluk authored Dec 17, 2020
1 parent c4819ce commit a6ba816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Network/help/Reset-AzP2sVpnGateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Resets the P2SVpnGateway

### Example 1:
```
$Gateway = Get-AzVpnGateway -Name "ContosoVirtualGateway" -ResourceGroupName "RGName"
$Gateway = Get-AzP2SVpnGateway -Name "ContosoVirtualGateway" -ResourceGroupName "RGName"
Reset-AzP2sVpnGateway -P2SVpnGateway $Gateway
```

Expand Down

0 comments on commit a6ba816

Please sign in to comment.