Skip to content

Commit

Permalink
Remove duplicate suspend and resume operations. (Azure#810)
Browse files Browse the repository at this point in the history
There are duplicate entries for suspend and resume which causes AutoRest
to fail to parse the document as it's invalid.
  • Loading branch information
jhendrixMSFT authored and amarzavery committed Dec 21, 2016
1 parent a19d0ff commit 1eb2008
Showing 1 changed file with 0 additions and 74 deletions.
74 changes: 0 additions & 74 deletions arm-analysisservices/2016-05-16/swagger/analysisservices.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 1eb2008

Please sign in to comment.