Storage - Patch Release Mergeback #47932
Merged
alzimmermsft merged 2 commits intoAzure:mainfrom Feb 9, 2026
Merged
Conversation
ibrandes
approved these changes
Feb 6, 2026
Contributor
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a manual patch-release version roll-forward for Azure Storage Java libraries and updates downstream references across the repo (POM dependency pins, READMEs, changelogs, and version_client.txt).
Changes:
- Bumped pinned Storage dependency versions (Blob
12.33.2, Queue12.28.2, File Share12.29.2, Common12.32.2) across multiple modules’pom.xml. - Updated Storage library READMEs to reference the new released versions.
- Finalized Storage changelog entries with a release date and updated
eng/versioning/version_client.txtaccordingly.
Reviewed changes
Copilot reviewed 40 out of 40 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/translation/azure-ai-translation-document/pom.xml | Bumps test dependency on azure-storage-blob to 12.33.2. |
| sdk/tools/azure-openrewrite/pom.xml | Bumps azure-storage-blob/azure-storage-queue dependency versions in test/provided scopes. |
| sdk/storage/azure-storage-queue/README.md | Updates README dependency snippet to 12.28.2. |
| sdk/storage/azure-storage-queue/CHANGELOG.md | Marks 12.28.2 as released (dated) and adds release notes. |
| sdk/storage/azure-storage-file-share/README.md | Updates README dependency snippet to 12.29.2. |
| sdk/storage/azure-storage-file-share/CHANGELOG.md | Marks 12.29.2 as released (dated) and adds release notes. |
| sdk/storage/azure-storage-file-datalake/README.md | Updates README dependency snippet to 12.26.2. |
| sdk/storage/azure-storage-file-datalake/CHANGELOG.md | Marks 12.26.2 as released (dated) and adds release notes. |
| sdk/storage/azure-storage-common/README.md | Updates README dependency snippet to 12.32.2. |
| sdk/storage/azure-storage-common/CHANGELOG.md | Marks 12.32.2 as released (dated) and adds release notes. |
| sdk/storage/azure-storage-blob/README.md | Updates README dependency snippet to 12.33.2. |
| sdk/storage/azure-storage-blob/CHANGELOG.md | Marks 12.33.2 as released (dated) and adds release notes. |
| sdk/storage/azure-resourcemanager-storage/pom.xml | Bumps test dependency on azure-storage-blob to 12.33.2. |
| sdk/spring/spring-messaging-azure-storage-queue/pom.xml | Bumps azure-storage-queue to 12.28.2. |
| sdk/spring/spring-cloud-azure-testcontainers/pom.xml | Bumps optional azure-storage-blob/azure-storage-queue to 12.33.2/12.28.2. |
| sdk/spring/spring-cloud-azure-starter-storage-queue/pom.xml | Bumps azure-storage-queue to 12.28.2. |
| sdk/spring/spring-cloud-azure-starter-storage-file-share/pom.xml | Bumps azure-storage-file-share to 12.29.2. |
| sdk/spring/spring-cloud-azure-starter-storage-blob/pom.xml | Bumps azure-storage-blob to 12.33.2. |
| sdk/spring/spring-cloud-azure-service/pom.xml | Bumps optional Storage deps (Blob/File Share/Queue) to latest patch versions. |
| sdk/spring/spring-cloud-azure-docker-compose/pom.xml | Bumps azure-storage-blob/azure-storage-queue to 12.33.2/12.28.2. |
| sdk/spring/spring-cloud-azure-core/pom.xml | Bumps optional azure-storage-blob/azure-storage-file-share to latest patch versions. |
| sdk/spring/spring-cloud-azure-autoconfigure/pom.xml | Bumps optional Storage deps (Blob/File Share/Queue) to latest patch versions. |
| sdk/spring/spring-cloud-azure-actuator/pom.xml | Bumps optional Storage deps (Blob/File Share/Queue) to latest patch versions. |
| sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml | Bumps optional Storage deps (Blob/File Share/Queue) to latest patch versions. |
| sdk/resourcemanager/azure-resourcemanager/pom.xml | Bumps azure-storage-file-share to 12.29.2. |
| sdk/resourcemanager/azure-resourcemanager-samples/pom.xml | Bumps azure-storage-blob to 12.33.2. |
| sdk/quantum/azure-quantum-jobs/pom.xml | Bumps test dependency on azure-storage-blob to 12.33.2. |
| sdk/keyvault/azure-security-keyvault-administration/pom.xml | Bumps test dependency on azure-storage-blob to 12.33.2. |
| sdk/identity/live-test-apps/identity-test-webapp/pom.xml | Bumps azure-storage-blob to 12.33.2. |
| sdk/identity/live-test-apps/identity-test-function/pom.xml | Bumps azure-storage-blob to 12.33.2. |
| sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml | Bumps azure-storage-blob to 12.33.2. |
| sdk/eventgrid/azure-messaging-eventgrid/pom.xml | Bumps test dependency on azure-storage-queue to 12.28.2. |
| sdk/documentintelligence/azure-ai-documentintelligence/pom.xml | Bumps test dependency on azure-storage-blob to 12.33.2. |
| sdk/datafactory/azure-resourcemanager-datafactory/pom.xml | Bumps test dependency on azure-storage-blob to 12.33.2. |
| sdk/containerinstance/azure-resourcemanager-containerinstance/pom.xml | Bumps azure-storage-file-share to 12.29.2. |
| sdk/compute/azure-resourcemanager-compute/pom.xml | Bumps test dependency on azure-storage-blob to 12.33.2. |
| sdk/batch/azure-compute-batch/pom.xml | Bumps test dependency on azure-storage-blob to 12.33.2. |
| sdk/appplatform/azure-resourcemanager-appplatform/pom.xml | Bumps provided dependency on azure-storage-file-share to 12.29.2. |
| sdk/ai/azure-ai-projects/pom.xml | Bumps azure-storage-blob to 12.33.2. |
| eng/versioning/version_client.txt | Updates released versions for Storage libraries to latest patch versions. |
Comments suppressed due to low confidence (5)
sdk/storage/azure-storage-file-share/CHANGELOG.md:29
- The 12.29.2 release notes are duplicated: after the new "Dependency Updates" section, there is another "### Bugs Fixed" block repeating the same bug fix. Remove the duplicate so the 12.29.2 entry is not repeated.
sdk/storage/azure-storage-blob/CHANGELOG.md:28 - The 12.33.2 release notes are duplicated: after the new "Dependency Updates" section, there is another "### Bugs Fixed" block repeating the same bug fix. Remove the duplicate so the 12.33.2 entry appears only once.
#### Dependency Updates
- updated `azure-storage-common` from `12.32.1` to `12.32.2` in `azure-storage-common`.
### Bugs Fixed
- Fixed a bug where builders were only using a single credential when multiple credentials were added and credentials
were silently overwritten for principle-bound user delegation SAS. All credential changes will now be logged at the
info level; invalid combinations of credentials will throw an error.
sdk/storage/azure-storage-file-datalake/CHANGELOG.md:29
- The 12.26.2 release notes are duplicated: after the new "Dependency Updates" section, there is another "### Bugs Fixed" block repeating the same bug fix. Remove the duplicate so the 12.26.2 entry appears only once.
sdk/storage/azure-storage-common/CHANGELOG.md:25 - The 12.32.2 entry is duplicated: there are two identical "#### Credential Validation" sections back-to-back. Remove the duplicate section so the release notes only include one copy.
sdk/storage/azure-storage-queue/CHANGELOG.md:29 - The 12.28.2 release notes are duplicated: after the new 12.28.2 section, there is a second "### Bugs Fixed" block repeating the same text. Remove the duplicate block so the 12.28.2 entry only appears once.
This was referenced Feb 6, 2026
alzimmermsft
approved these changes
Feb 9, 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.
Manual update changelogs and readmes
Update versions in version_client.txt using
python eng/versioning/update_versions.py --sr