Preparing Key vault Keys(4.11.0) and Administration(4.8.0) for release #49277
Open
hari9-9 wants to merge 2 commits into
Open
Preparing Key vault Keys(4.11.0) and Administration(4.8.0) for release #49277hari9-9 wants to merge 2 commits into
hari9-9 wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the Key Vault Keys (4.11.0) and Administration (4.8.0) libraries for a stable release by moving off beta versions and updating the release metadata used by build/release tooling.
Changes:
- Bumped
azure-security-keyvault-keysandazure-security-keyvault-administrationPOM versions from*-beta.1to stable (4.11.0,4.8.0). - Updated dependent modules (
azure-security-keyvault-perf,sdk/e2e, and admin test dependency) to referenceazure-security-keyvault-keys4.11.0. - Updated
eng/versioning/version_client.txtand promoted CHANGELOG entries to dated stable releases (noted issue: dates are set in the future).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/keyvault/azure-security-keyvault-perf/pom.xml | Updates perf module to depend on azure-security-keyvault-keys 4.11.0. |
| sdk/keyvault/azure-security-keyvault-keys/pom.xml | Promotes Keys library version to 4.11.0 stable. |
| sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md | Moves 4.11.0 entry to a dated stable release (currently future-dated). |
| sdk/keyvault/azure-security-keyvault-administration/pom.xml | Promotes Admin library version to 4.8.0 stable and updates test dependency on Keys to 4.11.0. |
| sdk/keyvault/azure-security-keyvault-administration/CHANGELOG.md | Moves 4.8.0 entry to a dated stable release (currently future-dated). |
| sdk/e2e/pom.xml | Updates e2e module to depend on azure-security-keyvault-keys 4.11.0. |
| eng/versioning/version_client.txt | Updates release version mapping entries for Keys and Administration to stable versions. |
ncamillucci
approved these changes
May 27, 2026
Cherrett
approved these changes
May 27, 2026
alzimmermsft
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Preparing Files for Release of Keys(4.11.0) and Administration(4.8.0)
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines