Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1473,15 +1473,15 @@
],
"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
}
}
}
},
"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"
}
}
}
Expand Down