Skip to content

Commit b1546b4

Browse files
add auth type property to vng config (#13183)
1 parent 7154655 commit b1546b4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2020-11-01/virtualNetworkGateway.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,6 +2634,23 @@
26342634
},
26352635
"description": "VpnClientProtocols for Virtual network gateway."
26362636
},
2637+
"vpnAuthenticationTypes": {
2638+
"type": "array",
2639+
"items": {
2640+
"type": "string",
2641+
"description": "VPN authentication types enabled for the virtual network gateway.",
2642+
"enum": [
2643+
"Certificate",
2644+
"Radius",
2645+
"AAD"
2646+
],
2647+
"x-ms-enum": {
2648+
"name": "VpnAuthenticationType",
2649+
"modelAsString": true
2650+
}
2651+
},
2652+
"description": "VPN authentication types for the virtual network gateway.."
2653+
},
26372654
"vpnClientIpsecPolicies": {
26382655
"type": "array",
26392656
"items": {

0 commit comments

Comments
 (0)