Increment versions for keyvault releases#49287
Open
azure-sdk wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Key Vault package version references across the repository to reflect the latest released GA versions, and bumps the Key Vault Secrets/Certificates packages (and related internal modules) to the next beta development versions for the upcoming release cycle.
Changes:
- Updated dependency versions to
azure-security-keyvault-secrets4.11.0andazure-security-keyvault-certificates4.9.0where they are consumed. - Bumped
azure-security-keyvault-secretsto4.12.0-beta.1andazure-security-keyvault-certificatesto4.10.0-beta.1, including perf/e2e modules that track “current” versions. - Added new “Unreleased” sections to the Key Vault Secrets/Certificates changelogs and updated
eng/versioning/version_client.txtaccordingly.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/tools/azure-openrewrite/pom.xml | Updates Key Vault Secrets/Certificates dependency versions used by azure-openrewrite profiles. |
| sdk/spring/spring-cloud-azure-starter-keyvault-secrets/pom.xml | Updates Key Vault Secrets dependency to 4.11.0. |
| sdk/spring/spring-cloud-azure-starter-keyvault-certificates/pom.xml | Updates Key Vault Certificates dependency to 4.9.0. |
| sdk/spring/spring-cloud-azure-service/pom.xml | Updates optional Key Vault Secrets/Certificates dependency versions. |
| sdk/spring/spring-cloud-azure-autoconfigure/pom.xml | Updates optional Key Vault Secrets/Certificates dependency versions. |
| sdk/spring/spring-cloud-azure-appconfiguration-config/pom.xml | Updates Key Vault Secrets dependency version. |
| sdk/spring/spring-cloud-azure-actuator/pom.xml | Updates optional Key Vault Secrets/Certificates dependency versions. |
| sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml | Updates optional Key Vault Secrets/Certificates dependency versions. |
| sdk/resourcemanager/azure-resourcemanager-samples/pom.xml | Updates Key Vault Certificates dependency version used by samples. |
| sdk/network/azure-resourcemanager-network/pom.xml | Updates test dependency on Key Vault Certificates. |
| sdk/keyvault/azure-security-keyvault-secrets/pom.xml | Bumps the Key Vault Secrets package version to 4.12.0-beta.1. |
| sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md | Adds 4.12.0-beta.1 (Unreleased) section. |
| sdk/keyvault/azure-security-keyvault-perf/pom.xml | Updates perf module dependencies to the new “current” beta versions for Secrets/Certificates. |
| sdk/keyvault/azure-security-keyvault-certificates/pom.xml | Bumps the Key Vault Certificates package version to 4.10.0-beta.1. |
| sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md | Adds 4.10.0-beta.1 (Unreleased) section. |
| sdk/keyvault/azure-resourcemanager-keyvault/pom.xml | Updates Key Vault Secrets dependency version used by the management package. |
| sdk/e2e/pom.xml | Updates e2e module dependencies to the new “current” beta versions for Secrets/Certificates. |
| sdk/core/azure-core-tracing-opentelemetry-samples/pom.xml | Updates test dependency on Key Vault Secrets. |
| sdk/appplatform/azure-resourcemanager-appplatform/pom.xml | Updates test dependency on Key Vault Certificates. |
| eng/versioning/version_client.txt | Advances Key Vault Secrets/Certificates “current -> next” versions for versioning automation. |
alzimmermsft
approved these changes
May 29, 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.
Increment package versions for keyvault releases