From c78873e2383602fdc5edb6cb0283f5bbfcbc550c Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni <36928710+rokulka@users.noreply.github.com> Date: Fri, 3 Dec 2021 21:34:42 +0530 Subject: [PATCH] Add LRO property for deletion-jobs API (#16832) * add LRO property * fix the api --- .../stable/2021-10-01/questionanswering-authoring.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/cognitiveservices/data-plane/Language/stable/2021-10-01/questionanswering-authoring.json b/specification/cognitiveservices/data-plane/Language/stable/2021-10-01/questionanswering-authoring.json index 3c42db5abf75..b745dc978cc6 100644 --- a/specification/cognitiveservices/data-plane/Language/stable/2021-10-01/questionanswering-authoring.json +++ b/specification/cognitiveservices/data-plane/Language/stable/2021-10-01/questionanswering-authoring.json @@ -203,7 +203,8 @@ "Successful query": { "$ref": "./examples/questionanswering/authoring/SuccessfulDeleteProject.json" } - } + }, + "x-ms-long-running-operation": true } }, "/query-knowledgebases/projects/deletion-jobs/{jobId}": {