Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1089,14 +1089,6 @@
"$ref": "#/definitions/BgpSettings",
"description": "Virtual network gateway's BGP speaker settings."
},
"radiusServer": {
"type": "string",
"description": "The radius server address property of the VirtualNetworkGateway resource for vpn client connection."
},
"radiusSecret": {
"type": "string",
"description": "The radius secret property of the VirtualNetworkGateway resource for vpn client connection."
},
"resourceGuid": {
"type": "string",
"description": "The resource GUID property of the VirtualNetworkGateway resource."
Expand Down Expand Up @@ -1222,6 +1214,14 @@
}
},
"description": "VpnClientProtocols for Virtual network gateway."
},
"radiusServerAddress": {
"type": "string",
"description": "The radius server address property of the VirtualNetworkGateway resource for vpn client connection."
},
"radiusServerSecret": {
"type": "string",
"description": "The radius secret property of the VirtualNetworkGateway resource for vpn client connection."
}
},
"description": "VpnClientConfiguration for P2S client."
Expand Down