[Storage] Bump Storage versions after release#4184
Merged
vincenttran-msft merged 2 commits intoApr 15, 2026
Conversation
Member
Author
|
Replaces #4173 |
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the Rust Storage Blob/Queue crate versions after a release and seeds new “Unreleased” sections in their changelogs; additionally changes a number of recorded tests to be unconditionally ignored due to live pipeline failures.
Changes:
- Bump
azure_storage_blobto0.12.0andazure_storage_queueto0.6.0(including workspace/lockfile alignment where applicable). - Add new
(Unreleased)changelog sections for the bumped versions. - Switch multiple tests from
#[recorded::test(playback)]to#[recorded::test]+#[ignore = "..."].
Reviewed changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/azure_storage_queue/tests/queue_service_client.rs | Changes a recorded test to be unconditionally ignored. |
| sdk/storage/azure_storage_queue/Cargo.toml | Bumps crate version to 0.6.0. |
| sdk/storage/azure_storage_queue/CHANGELOG.md | Adds 0.6.0 (Unreleased) template section. |
| sdk/storage/azure_storage_blob/tests/pipeline.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/page_blob_client.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/block_blob_client.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/blob_service_client.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/blob_cpk.rs | Changes recorded test to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/blob_container_client.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/blob_conditional_headers.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/blob_client_options.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/blob_client.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/tests/append_blob_client.rs | Changes recorded tests to be unconditionally ignored. |
| sdk/storage/azure_storage_blob/Cargo.toml | Bumps crate version to 0.12.0. |
| sdk/storage/azure_storage_blob/CHANGELOG.md | Adds 0.12.0 (Unreleased) template section. |
| Cargo.toml | Updates workspace dependency version for azure_storage_blob to 0.12.0. |
| Cargo.lock | Updates locked versions for azure_storage_blob and azure_storage_queue. |
jalauzon-msft
approved these changes
Apr 15, 2026
heaths
approved these changes
Apr 15, 2026
heaths
left a comment
Member
There was a problem hiding this comment.
There was a cargo audit issue in the Analyze job that I fixed, so I merged main.
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.
No description provided.