Skip to content

Commit 9196271

Browse files
jamaalhayJamaal Hay
andauthored
Add ApiVersion and OperationHeader (#26603)
Co-authored-by: Jamaal Hay <jamaalhay@microsoft.com>
1 parent 070f2fb commit 9196271

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

specification/devcenter/data-plane/Microsoft.DevCenter/preview/2023-10-01-preview/devbox.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,12 @@
418418
"description": "The request was accepted.",
419419
"schema": {
420420
"$ref": "#/definitions/CustomizationTaskListValidationOperationResult"
421+
},
422+
"headers": {
423+
"Operation-Location": {
424+
"description": "URL to query for status of the operation.",
425+
"type": "string"
426+
}
421427
}
422428
},
423429
"default": {

specification/devcenter/data-plane/Microsoft.DevCenter/preview/2023-10-01-preview/environments.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@
262262
"application/merge-patch+json"
263263
],
264264
"parameters": [
265+
{
266+
"$ref": "devcenter.json#/parameters/ApiVersionParameter"
267+
},
265268
{
266269
"$ref": "devcenter.json#/parameters/ProjectNameParameter"
267270
},

0 commit comments

Comments
 (0)