Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Microsoft.KeyVault vaults/keys resource #3188

Open
super-harsh opened this issue Aug 16, 2023 · 2 comments
Open

Support Microsoft.KeyVault vaults/keys resource #3188

super-harsh opened this issue Aug 16, 2023 · 2 comments
Labels
cx-request Requests from customers received through non-GitHub channels new-feature new-resource Requests for new supported resources
Milestone

Comments

@super-harsh
Copy link
Collaborator

This resource would be helpful to let users manage Azure Key Vault keys and as a pre-requisite for #2927.

Bicep : Microsoft.KeyVault vaults/keys

@super-harsh super-harsh added new-feature new-resource Requests for new supported resources labels Aug 16, 2023
@super-harsh super-harsh self-assigned this Aug 16, 2023
@matthchr matthchr added this to the v2.3.0 milestone Aug 21, 2023
@matthchr matthchr modified the milestones: v2.3.0, v2.4.0 Aug 28, 2023
@super-harsh super-harsh removed their assignment Oct 8, 2023
@super-harsh
Copy link
Collaborator Author

We'll need to look into supporting Microsoft.KeyVault vaults/keys using data-plane operations. There is no DELETE available through ARM and PUT works as Creates the first version of a new key if it does not exist. If it already exists, then the existing key is returned without any write operations being performed. This API does not create subsequent versions, and does not update existing keys.
Swagger spec

@theunrepentantgeek theunrepentantgeek modified the milestones: v2.6.0, v2.7.0 Dec 11, 2023
@matthchr matthchr removed this from the v2.7.0 milestone Feb 22, 2024
@matthchr
Copy link
Member

We're still interested in this

@theunrepentantgeek theunrepentantgeek added this to the v2.11.0 milestone Sep 29, 2024
@theunrepentantgeek theunrepentantgeek added the cx-request Requests from customers received through non-GitHub channels label Sep 29, 2024
@matthchr matthchr modified the milestones: v2.11.0, v2.12.0 Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cx-request Requests from customers received through non-GitHub channels new-feature new-resource Requests for new supported resources
Projects
Development

No branches or pull requests

3 participants