From bbaa713f76733c496331236902222150b5363cf2 Mon Sep 17 00:00:00 2001 From: Jan Tache Date: Thu, 2 Mar 2023 11:56:23 -0800 Subject: [PATCH] fix: redisenterprise API for customer managed keys --- .../preview/2023-03-01-preview/redisenterprise.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json index 2521fd0688e4..c747d87030be 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json @@ -1473,7 +1473,7 @@ ], "description": "Only userAssignedIdentity is supported in this API version; other types may be supported in the future", "x-ms-enum": { - "name": "ManagedServiceIdentityType", + "name": "CmkIdentityType", "modelAsString": true } } @@ -1481,7 +1481,7 @@ }, "keyEncryptionKeyUrl": { "type": "string", - "description": "Key encryption key Url, versioned or unversioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek." + "description": "Key encryption key Url, versioned only. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78" } } }