Skip to content

Commit eb4130e

Browse files
authored
Merge pull request #42546 from anzaman/patch-10
Update vpn-gateway-sample-point-to-site-radius-authentication-powersh…
2 parents 406bf33 + 04e97bd commit eb4130e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vpn-gateway/scripts/vpn-gateway-sample-point-to-site-radius-authentication-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: powershell
1414
ms.topic: sample
1515
ms.tgt_pltfrm:
1616
ms.workload: infrastructure
17-
ms.date: 04/17/2018
17+
ms.date: 05/30/2018
1818
ms.author: anzaman
1919

2020
---
@@ -70,7 +70,7 @@ $gwipconfig = New-AzureRmVirtualNetworkGatewayIpConfig -Name gwipconfig1 -Subnet
7070
# Create the VPN gateway
7171
New-AzureRmVirtualNetworkGateway -Name VNet1GW -ResourceGroupName TestRG1 `
7272
-Location 'East US' -IpConfigurations $gwipconfig -GatewayType Vpn `
73-
-VpnType RouteBased -GatewaySku VpnGw1
73+
-VpnType RouteBased -GatewaySku VpnGw1 -VpnClientProtocol "IKEv2"
7474
# Create a secure string for the RADIUS secret
7575
$Secure_Secret=Read-Host -AsSecureString -Prompt "RadiusSecret"
7676

0 commit comments

Comments
 (0)