Skip to content

Commit 92e97f0

Browse files
fix: redisenterprise API for customer managed keys (#22883)
1 parent 303e371 commit 92e97f0

File tree

1 file changed

+2
-2
lines changed
  • specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview

1 file changed

+2
-2
lines changed

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-03-01-preview/redisenterprise.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,15 +1473,15 @@
14731473
],
14741474
"description": "Only userAssignedIdentity is supported in this API version; other types may be supported in the future",
14751475
"x-ms-enum": {
1476-
"name": "ManagedServiceIdentityType",
1476+
"name": "CmkIdentityType",
14771477
"modelAsString": true
14781478
}
14791479
}
14801480
}
14811481
},
14821482
"keyEncryptionKeyUrl": {
14831483
"type": "string",
1484-
"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."
1484+
"description": "Key encryption key Url, versioned only. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78"
14851485
}
14861486
}
14871487
}

0 commit comments

Comments
 (0)