Skip to content

Commit

Permalink
Added HNS Encryption Context (#21693)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Jan 5, 2023
1 parent 8ed0b6b commit 78809ad
Showing 1 changed file with 15 additions and 0 deletions.
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

0 comments on commit 78809ad

Please sign in to comment.