From 78809ad6e1f6d1d1c2d729bff0b028b9bab50325 Mon Sep 17 00:00:00 2001 From: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com> Date: Thu, 5 Jan 2023 17:20:07 -0600 Subject: [PATCH] Added HNS Encryption Context (#21693) --- .../preview/2021-06-08/DataLakeStorage.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/specification/storage/data-plane/Azure.Storage.Files.DataLake/preview/2021-06-08/DataLakeStorage.json b/specification/storage/data-plane/Azure.Storage.Files.DataLake/preview/2021-06-08/DataLakeStorage.json index 5d056330f48f..c71fcbed856b 100644 --- a/specification/storage/data-plane/Azure.Storage.Files.DataLake/preview/2021-06-08/DataLakeStorage.json +++ b/specification/storage/data-plane/Azure.Storage.Files.DataLake/preview/2021-06-08/DataLakeStorage.json @@ -730,6 +730,9 @@ }, { "$ref": "#/parameters/PathExpiryTime" + }, + { + "$ref": "#/parameters/EncryptionContext" } ], "responses": { @@ -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": { @@ -3301,6 +3313,9 @@ }, "expiryTime": { "type": "string" + }, + "EncryptionContext": { + "type": "string" } } },