From 9319c6ed0e4de1d45dbd466dbd713cbceae37195 Mon Sep 17 00:00:00 2001 From: Ali Zaman Date: Mon, 30 Apr 2018 11:24:47 -0700 Subject: [PATCH] Update virtualNetworkGateway.json VirtualNetworkGateways_SetVpnclientIpsecParameters AND VirtualNetworkGateways_GetVpnclientIpsecParameters are not in production --- .../2018-04-01/virtualNetworkGateway.json | 94 +------------------ 1 file changed, 1 insertion(+), 93 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/virtualNetworkGateway.json index 33050ba133c7..727f9dc9d5c5 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-04-01/virtualNetworkGateway.json @@ -711,98 +711,6 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/setvpnclientipsecparameters": { - "post": { - "tags": [ - "VirtualNetworkGateways" - ], - "operationId": "VirtualNetworkGateways_SetVpnclientIpsecParameters", - "description": "The Set VpnclientIpsecParameters operation sets the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "virtualNetworkGatewayName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the virtual network gateway." - }, - { - "name": "vpnclientIpsecParams", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/VpnClientIPsecParameters" - }, - "description": "Parameters supplied to the Begin Set vpnclient ipsec parameters of Virtual Network Gateway P2S client operation through Network resource provider." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "202": { - "description": "Accepted and the operation will complete asynchronously." - }, - "200": { - "description": "Request successful. The operation sets the specificed vpnclient ipsec parameters for P2S client of the virtual network gateway.", - "schema": { - "$ref": "#/definitions/VpnClientIPsecParameters" - } - } - }, - "x-ms-long-running-operation": true - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getvpnclientipsecparameters": { - "post": { - "tags": [ - "VirtualNetworkGateways" - ], - "operationId": "VirtualNetworkGateways_GetVpnclientIpsecParameters", - "description": "The Get VpnclientIpsecParameters operation retrieves information about the vpnclient ipsec policy for P2S client of virtual network gateway in the specified resource group through Network resource provider.", - "parameters": [ - { - "name": "resourceGroupName", - "in": "path", - "required": true, - "type": "string", - "description": "The name of the resource group." - }, - { - "name": "virtualNetworkGatewayName", - "in": "path", - "required": true, - "type": "string", - "description": "The virtual network gateway name." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. The operation returns the set vpnclient ipsec parameters for P2S client of VirtualNetworkGateway resource.", - "schema": { - "$ref": "#/definitions/VpnClientIPsecParameters" - } - } - }, - "x-ms-long-running-operation": true - } - }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/connections/{virtualNetworkGatewayConnectionName}/vpndeviceconfigurationscript": { "post": { "tags": [ @@ -2736,4 +2644,4 @@ "description": "Client API version." } } -} \ No newline at end of file +}