Skip to content

Remove redundant key-vault-create-rbac sample#14763

Merged
alex-frankel merged 1 commit into
Azure:masterfrom
msmbaldwin:akv-deprecate-key-vault-create-rbac
May 13, 2026
Merged

Remove redundant key-vault-create-rbac sample#14763
alex-frankel merged 1 commit into
Azure:masterfrom
msmbaldwin:akv-deprecate-key-vault-create-rbac

Conversation

@msmbaldwin
Copy link
Copy Markdown
Contributor

Summary

Deletes the quickstarts/microsoft.keyvault/key-vault-create-rbac sample.

Why

This sample was originally added to demonstrate a vault with Azure RBAC authorization (rather than the legacy access-policy model). The sibling key-vault-create sample was recently updated (#14704) to use enableRbacAuthorization: true by default, so key-vault-create-rbac is now functionally identical to key-vault-create and just adds noise. Anyone landing on the index looking for an RBAC-enabled vault sample should land on key-vault-create.

No external samples in this repo reference key-vault-create-rbac; the only references were inside the sample's own README.

Validation

Pure folder deletion — no template changes to deploy. The validate-samples.yml early metadata gate triggers on modified template files, not on deletions, so no testResult update is required.

@msmbaldwin
Copy link
Copy Markdown
Contributor Author

msmbaldwin commented May 13, 2026

@alex-frankel — thanks again for your patience and the helpful feedback on the previous round of PRs (#14739, #14740, #14741, #14742).

This one is a pure folder deletion (no template change to deploy), so no testResult is needed. I rebased onto current master so the diff is now just the 5 deleted files in key-vault-create-rbac/ (the original push showed unrelated noise from a stale fork). Ready for review.

key-vault-create now uses Azure RBAC (enableRbacAuthorization: true) by
default, making this separate sample redundant. No external samples in
the repo reference key-vault-create-rbac.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@msmbaldwin msmbaldwin force-pushed the akv-deprecate-key-vault-create-rbac branch from 8d1d8ca to a19a209 Compare May 13, 2026 18:32
@alex-frankel alex-frankel merged commit f4a7222 into Azure:master May 13, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants