Skip to content

Commit 3f3b51e

Browse files
Storage STG 87 (#22451)
* Added new file version (#21704) * Added HNS Encryption Context (#21693) * Added x-ms-file-request-intent to File and Directory operations (#21705) * Trailing Dot (#21781) * Add file request intent to comp=rename for dir&files (#22420) --------- Co-authored-by: vincenttran-msft <[email protected]>
1 parent fe33114 commit 3f3b51e

File tree

3 files changed

+7405
-1
lines changed

3 files changed

+7405
-1
lines changed

specification/storage/data-plane/Azure.Storage.Files.DataLake/preview/2021-06-08/DataLakeStorage.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,9 @@
730730
},
731731
{
732732
"$ref": "#/parameters/PathExpiryTime"
733+
},
734+
{
735+
"$ref": "#/parameters/EncryptionContext"
733736
}
734737
],
735738
"responses": {
@@ -3223,6 +3226,15 @@
32233226
"required": false,
32243227
"x-ms-parameter-location": "method",
32253228
"description": "If file should be flushed after the append"
3229+
},
3230+
"EncryptionContext": {
3231+
"name": "x-ms-encryption-context",
3232+
"x-ms-client-name": "encryptionContext",
3233+
"in": "header",
3234+
"required": false,
3235+
"type": "string",
3236+
"x-ms-parameter-location": "method",
3237+
"description": "Specifies the encryption context to set on the file."
32263238
}
32273239
},
32283240
"definitions": {
@@ -3301,6 +3313,9 @@
33013313
},
33023314
"expiryTime": {
33033315
"type": "string"
3316+
},
3317+
"EncryptionContext": {
3318+
"type": "string"
33043319
}
33053320
}
33063321
},

0 commit comments

Comments
 (0)