From 50631865efb67d465f3a0bbe000d1055cde9f37c Mon Sep 17 00:00:00 2001 From: forteddyt Date: Wed, 3 Feb 2021 18:12:22 -0500 Subject: [PATCH] remove ExportSummary examples --- .../examples/ExportSummary/get.json | 36 ----------------- .../examples/ExportSummary/list.json | 40 ------------------- .../examples/LabelingJob/exportLabels.json | 15 ------- 3 files changed, 91 deletions(-) delete mode 100644 specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/ExportSummary/get.json delete mode 100644 specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/ExportSummary/list.json delete mode 100644 specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/LabelingJob/exportLabels.json diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/ExportSummary/get.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/ExportSummary/get.json deleted file mode 100644 index 59df5314cc8a..000000000000 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/ExportSummary/get.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "resourceGroupName": "workspace-1234", - "workspaceName": "testworkspace", - "api-version": "2020-09-01-preview", - "id": "testLabelingJob", - "exportId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" - }, - "responses": { - "200": { - "body": { - "id": "string", - "name": "string", - "type": "string", - "properties": { - "format": "Dataset", - "exportId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", - "labelingJobId": "string", - "exportedRowCount": 0, - "startTimeUtc": "2020-12-10T08:57:41.141Z", - "endTimeUtc": "2020-12-10T08:57:41.141Z", - "state": "Requested" - }, - "systemData": { - "createdAt": "2020-12-08T01:23:37.235Z", - "createdBy": "string", - "createdByType": "User", - "lastModifiedAt": "2020-12-08T01:23:37.235Z", - "lastModifiedBy": "string", - "lastModifiedByType": "User" - } - } - } - } -} diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/ExportSummary/list.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/ExportSummary/list.json deleted file mode 100644 index 7bca2d217151..000000000000 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/ExportSummary/list.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "resourceGroupName": "workspace-1234", - "workspaceName": "testworkspace", - "api-version": "2020-09-01-preview", - "id": "testLabelingJob" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "string", - "name": "string", - "type": "string", - "properties": { - "format": "Dataset", - "exportId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", - "labelingJobId": "string", - "exportedRowCount": 0, - "startTimeUtc": "2020-12-10T08:57:41.141Z", - "endTimeUtc": "2020-12-10T08:57:41.141Z", - "state": "Requested" - }, - "systemData": { - "createdAt": "2020-12-08T01:23:37.235Z", - "createdBy": "string", - "createdByType": "User", - "lastModifiedAt": "2020-12-08T01:23:37.235Z", - "lastModifiedBy": "string", - "lastModifiedByType": "User" - } - } - ], - "nextLink": "string" - } - } - } -} diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/LabelingJob/exportLabels.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/LabelingJob/exportLabels.json deleted file mode 100644 index fd5a86133a2f..000000000000 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/examples/LabelingJob/exportLabels.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "parameters": { - "subscriptionId": "00000000-1111-2222-3333-444444444444", - "resourceGroupName": "workspace-1234", - "workspaceName": "testworkspace", - "api-version": "2020-09-01-preview", - "id": "testLabelingJob", - "body": { - "format": "Dataset" - } - }, - "responses": { - "202": {} - } -}