From 545e6ff29239d3b33f393af8b8c4fd4021cebe1f Mon Sep 17 00:00:00 2001 From: Vasundhra Manhas Date: Thu, 16 Sep 2021 21:16:35 +0530 Subject: [PATCH] removing duplicate api (get operation) from v1 spec --- .../stable/2018-04-19/datamigration.json | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2018-04-19/datamigration.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2018-04-19/datamigration.json index 51181dfbae03..2e7b577ecb07 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2018-04-19/datamigration.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/stable/2018-04-19/datamigration.json @@ -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": {