Increment version for storage releases - #63003
Open
azure-sdk-automation[bot] wants to merge 5 commits into
Open
azure-sdk-automation[bot] wants to merge 5 commits into
azure-sdk-automation[bot] wants to merge 5 commits into
Conversation
…tized CRLF for Blob Batch (#62869) * Fix bug where header values were not being sanitized CRLF for Blob Batch * Correct version in changelog and csproj
Copilot started reviewing on behalf of
Microsoft Azure (Azure)
September 14, 2026 23:20
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The regression test misses standalone CR input, and the changelog inaccurately describes rejection as sanitization.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Advances the Blob Batch package after release and hardens multipart header serialization.
Changes:
- Bumps Blob Batch to
12.27.0-beta.3. - Rejects CR/LF characters in batch header values and adds tests.
- Finalizes Blob Batch and ChangeFeed release notes.
File summaries
| File | Description |
|---|---|
Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md |
Finalizes preview.64 notes. |
MultipartTests.cs |
Tests newline rejection. |
Multipart.cs |
Validates multipart header values. |
BatchErrors.cs |
Adds the validation exception. |
Azure.Storage.Blobs.Batch.csproj |
Bumps the package version. |
Azure.Storage.Blobs.Batch/CHANGELOG.md |
Records released versions. |
Review details
- Files reviewed: 6/6 changed files
- Comments generated: 2
- Review effort level: Balanced
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+15
to
+16
| [TestCase("tag\r\nx-ms-delete-snapshots: include")] | ||
| [TestCase("tag\nx-ms-delete-snapshots: include")] |
| ## 12.27.0-beta.2 (2026-09-14) | ||
|
|
||
| ### Bugs Fixed | ||
| - Fixed bug where header values were not being sanitized for CR or LF characters when using `BlobBatchClient` APIs. |
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 version after release of Azure.Storage.Blobs.Batch