From 60eff9c7b0764220d5f94f7abb8bba943a8b2bc6 Mon Sep 17 00:00:00 2001 From: seanmcc-msft Date: Tue, 28 Jan 2020 09:53:43 -0800 Subject: [PATCH] Renamed DenyEncryptionScopeOverride -> PreventEncryptionScopeOverride --- .../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" } } },