From 51ac9fcdb76fa549f161a53535e1f16217181d4c Mon Sep 17 00:00:00 2001 From: seanmcc-msft Date: Wed, 18 Dec 2019 13:47:35 -0800 Subject: [PATCH] Added EncryptionScope and DenyDefaultEncryptionScopeOverride to ContainerProperties --- .../preview/2019-07-07/blob.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-07-07/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-07-07/blob.json index e5f923184c4c..505107fa77f0 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-07-07/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-07-07/blob.json @@ -801,6 +801,16 @@ "x-ms-client-name": "HasLegalHold", "description": "Indicates whether the container has a legal hold.", "type": "boolean" + }, + "x-ms-default-encryption-scope": { + "x-ms-client-name": "DefaultEncryptionScope", + "description": "The default encryption scope for the container.", + "type": "string" + }, + "x-ms-deny-encryption-scope-override": { + "x-ms-client-name": "DenyEncryptionScopeOverride", + "description": "Indicates whether the container's default encryption scope can be overriden.", + "type": "boolean" } } }, @@ -8629,6 +8639,12 @@ }, "HasLegalHold": { "type": "boolean" + }, + "DefaultEncryptionScope": { + "type": "string" + }, + "DenyEncryptionScopeOverride": { + "type": "boolean" } } },