Skip to content

Commit e3850d6

Browse files
added resource type header to list deleted paths (#13719)
* added resource type header * added resource type header
1 parent 728f856 commit e3850d6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

specification/storage/data-plane/Microsoft.StorageDataLake/stable/2020-06-12/DataLakeStorage.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@
960960
"format": "date-time-rfc1123"
961961
},
962962
"x-ms-request-id": {
963-
"x-ms-client-name": "RequestId",
963+
"x-ms-client-name": "RequestId",
964964
"description": "A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.",
965965
"pattern": "^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$",
966966
"type": "string"
@@ -1628,7 +1628,7 @@
16281628
"format": "date-time-rfc1123"
16291629
},
16301630
"x-ms-request-id": {
1631-
"x-ms-client-name": "RequestId",
1631+
"x-ms-client-name": "RequestId",
16321632
"description": "A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.",
16331633
"pattern": "^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$",
16341634
"type": "string"
@@ -2286,6 +2286,11 @@
22862286
"type": "string",
22872287
"description": "This header uniquely identifies the request that was made and can be used for troubleshooting the request."
22882288
},
2289+
"x-ms-resource-type": {
2290+
"x-ms-client-name": "ResourceType",
2291+
"description": "The type of the resource. The value may be \"file\" or \"directory\". If not set, the value is \"file\".",
2292+
"type": "string"
2293+
},
22892294
"x-ms-version": {
22902295
"x-ms-client-name": "Version",
22912296
"type": "string",

0 commit comments

Comments
 (0)