From a0e0cf06731a5c3d2da3faea8ac5d556dd22e041 Mon Sep 17 00:00:00 2001 From: forteddyt Date: Fri, 5 Feb 2021 13:53:12 -0500 Subject: [PATCH] Revert "proper async marking for LabelingJobs_Resume" This reverts commit b1112037d4f15b7bd220b19c9005899e56e4c4c3. --- .../preview/2021-03-01-preview/mfe.json | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/mfe.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/mfe.json index 2316dda5f2a6..cf9d6fcc158b 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/mfe.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/mfe.json @@ -2452,31 +2452,13 @@ } }, "202": { - "description": "Success", - "headers": { - "Location": { - "description": "URI to poll for asynchronous operation result.", - "type": "string" - }, - "Retry-After": { - "description": "Duration the client should wait between requests, in seconds.", - "type": "integer", - "format": "int32", - "default": 60, - "maximum": 600, - "minimum": 10 - } - } + "description": "Success" } }, "x-ms-examples": { "Resume Labeling Job.": { "$ref": "./examples/LabelingJob/resume.json" } - }, - "x-ms-long-running-operation": true, - "x-ms-long-running-operation-options": { - "final-state-via": "location" } } },