diff --git a/specification/network/resource-manager/Microsoft.Network/2017-06-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/2017-06-01/virtualNetworkGateway.json index f43746a27409..c76684ad68ce 100644 --- a/specification/network/resource-manager/Microsoft.Network/2017-06-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/2017-06-01/virtualNetworkGateway.json @@ -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." @@ -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."