Skip to content

Commit b111203

Browse files
committed
proper async marking for LabelingJobs_Resume
1 parent 3e07c4a commit b111203

File tree

1 file changed

+19
-1
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview

1 file changed

+19
-1
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-03-01-preview/mfe.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2444,13 +2444,31 @@
24442444
}
24452445
},
24462446
"202": {
2447-
"description": "Success"
2447+
"description": "Success",
2448+
"headers": {
2449+
"Location": {
2450+
"description": "URI to poll for asynchronous operation result.",
2451+
"type": "string"
2452+
},
2453+
"Retry-After": {
2454+
"description": "Duration the client should wait between requests, in seconds.",
2455+
"type": "integer",
2456+
"format": "int32",
2457+
"default": 60,
2458+
"maximum": 600,
2459+
"minimum": 10
2460+
}
2461+
}
24482462
}
24492463
},
24502464
"x-ms-examples": {
24512465
"Resume Labeling Job.": {
24522466
"$ref": "./examples/LabelingJob/resume.json"
24532467
}
2468+
},
2469+
"x-ms-long-running-operation": true,
2470+
"x-ms-long-running-operation-options": {
2471+
"final-state-via": "location"
24542472
}
24552473
}
24562474
},

0 commit comments

Comments
 (0)