chore(deps): update dependency azure.storage.blobs to 12.29.1#6304
Conversation
There was a problem hiding this comment.
Code Review
Overall: LGTM — this is a clean, minimal patch dependency update.
What Changed
Single-line bump of from → in .
Patch Notes Assessment
The 12.29.1 release fixes two bugs:
- / not honoring , , and from the supplied .
- Structured-message uploads with checksum validation failing with for empty content.
Both are correctness fixes with no breaking changes. The scope of the change (one line, one package, one central props file) is appropriate for a patch update managed via Renovate.
No Concerns
- Using centralized for version pinning is the right pattern.
- Auto-merge enabled for this kind of routine patch bump is reasonable — low risk, pure bug fixes upstream.
There was a problem hiding this comment.
Code Review
Overall: LGTM — clean, minimal patch dependency update.
What Changed
Single-line bump of Azure.Storage.Blobs from 12.29.0 to 12.29.1 in Directory.Packages.props.
Patch Notes Assessment
The 12.29.1 release fixes two correctness bugs:
- GenerateSasUri / GenerateUserDelegationSasUri not honoring RequestHeaders, RequestQueryParameters, and DelegatedUserObjectId from the supplied BlobSasBuilder.
- Structured-message uploads with checksum validation failing with ArgumentOutOfRangeException for empty content.
Both are pure bug fixes with no breaking changes.
No Concerns
- Using centralized Directory.Packages.props for version pinning is the correct pattern for this repo.
- Auto-merge is appropriate for a low-risk patch bump like this.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
This PR contains the following updates:
12.29.0→12.29.1Release Notes
Azure/azure-sdk-for-net (Azure.Storage.Blobs)
v12.29.1Compare Source
12.29.1 (2026-06-23)
Bugs Fixed
GenerateSasUriandGenerateUserDelegationSasUriconvenience methods on blob clients did not honor theRequestHeadersandRequestQueryParametersproperties, and whereGenerateUserDelegationSasUridid not honorDelegatedUserObjectId, set on the suppliedBlobSasBuilder.ArgumentOutOfRangeExceptionfor empty contentConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.