From 00615e2e874accc6085255d73245abc2bfe2ece1 Mon Sep 17 00:00:00 2001 From: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com> Date: Tue, 28 Jan 2020 10:06:26 -0800 Subject: [PATCH] Renamed DenyEncryptionScopeOverride -> PreventEncryptionScopeOverride (#8245) --- .../Microsoft.BlobStorage/preview/2019-07-07/blob.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ef1305bc2872..771d503a1994 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 @@ -8644,7 +8644,8 @@ "type": "string" }, "DenyEncryptionScopeOverride": { - "type": "boolean" + "type": "boolean", + "x-ms-client-name": "PreventEncryptionScopeOverride" } } },