Skip to content

Commit

Permalink
removing duplicate api (get operation) from v1 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasundhra Manhas committed Sep 16, 2021
1 parent 15710ea commit 545e6ff
Showing 1 changed file with 0 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1127,44 +1127,6 @@
}
}
}
},
"/providers/Microsoft.DataMigration/operations": {
"get": {
"summary": "Get available resource provider actions (operations)",
"description": "Lists all available actions exposed by the Database Migration Service resource provider.",
"tags": [
"Standard operation",
"GET"
],
"operationId": "Operations_List",
"x-ms-examples": {
"Operations_List": {
"$ref": "./examples/Operations_List.json"
}
},
"parameters": [
{
"$ref": "#/parameters/apiVersion"
}
],
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"responses": {
"200": {
"description": "Got action list",
"schema": {
"$ref": "./definitions/Services.json#/definitions/ServiceOperationList"
}
},
"default": {
"description": "Error",
"schema": {
"$ref": "./definitions/Common.json#/definitions/ApiError"
}
}
}
}
}
},
"parameters": {
Expand Down

0 comments on commit 545e6ff

Please sign in to comment.