From 1eb2008b17a2e4c16966a61ffd82f68532475b6b Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Tue, 20 Dec 2016 16:23:53 -0800 Subject: [PATCH] Remove duplicate suspend and resume operations. (#810) There are duplicate entries for suspend and resume which causes AutoRest to fail to parse the document as it's invalid. --- .../2016-05-16/swagger/analysisservices.json | 74 ------------------- 1 file changed, 74 deletions(-) diff --git a/arm-analysisservices/2016-05-16/swagger/analysisservices.json b/arm-analysisservices/2016-05-16/swagger/analysisservices.json index f14d41be8f2d..0a90cf5e8158 100644 --- a/arm-analysisservices/2016-05-16/swagger/analysisservices.json +++ b/arm-analysisservices/2016-05-16/swagger/analysisservices.json @@ -227,80 +227,6 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/resume": { - "post": { - "description": "Resumes the specified Analysis Services server instance", - "tags": [ "Servers" ], - "operationId": "Servers_Resume", - "parameters": [ - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "name": "serverName", - "in": "path", - "required": true, - "type": "string", - "pattern": "^[a-z][a-z0-9]*$", - "minLength": 3, - "maxLength": 63, - "description": "Name of the Analysis Services server" - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK" - }, - "202": { - "description": "Accepted" - } - }, - "x-ms-long-running-operation": true - } - }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend": { - "post": { - "description": "Supends operation of the specified Analysis Services server instance.", - "tags": [ "Servers" ], - "operationId": "Servers_Suspend", - "parameters": [ - { - "$ref": "#/parameters/ResourceGroupNameParameter" - }, - { - "name": "serverName", - "in": "path", - "required": true, - "type": "string", - "pattern": "^[a-z][a-z0-9]*$", - "minLength": 3, - "maxLength": 63, - "description": "The name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "OK." - }, - "202": { - "description": "Accepted." - } - }, - "x-ms-long-running-operation": true - } - }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/resume": { "post": { "description": "Resumes operation of the specified Analysis Services server instance.",