Skip to content

Commit

Permalink
Storage STG 87 (#22451)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
seanmcc-msft and vincenttran-msft authored Feb 9, 2023
1 parent fe33114 commit 3f3b51e
Show file tree
Hide file tree
Showing 3 changed files with 7,405 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,9 @@
},
{
"$ref": "#/parameters/PathExpiryTime"
},
{
"$ref": "#/parameters/EncryptionContext"
}
],
"responses": {
Expand Down Expand Up @@ -3223,6 +3226,15 @@
"required": false,
"x-ms-parameter-location": "method",
"description": "If file should be flushed after the append"
},
"EncryptionContext": {
"name": "x-ms-encryption-context",
"x-ms-client-name": "encryptionContext",
"in": "header",
"required": false,
"type": "string",
"x-ms-parameter-location": "method",
"description": "Specifies the encryption context to set on the file."
}
},
"definitions": {
Expand Down Expand Up @@ -3301,6 +3313,9 @@
},
"expiryTime": {
"type": "string"
},
"EncryptionContext": {
"type": "string"
}
}
},
Expand Down
Loading

0 comments on commit 3f3b51e

Please sign in to comment.