Bump Azure.Storage.Blobs and Azure.Storage.Queues - #258
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Member
🧪 Details on Ubuntu 24.04.4 LTSfrom retest v1.1.0 on .NET 10.0.9 with 💜 by @devlooped |
Bumps Azure.Storage.Blobs from 12.29.0 to 12.29.1 Bumps Azure.Storage.Queues from 12.27.0 to 12.27.1 --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-version: 12.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Azure.Storage.Blobs dependency-version: 12.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Azure.Storage.Queues dependency-version: 12.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure - dependency-name: Azure.Storage.Queues dependency-version: 12.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/src/CloudStorageAccount.Source/azure-e90dceae63
branch
from
July 10, 2026 10:54
9a6577f to
d912da3
Compare
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.
Updated Azure.Storage.Blobs from 12.29.0 to 12.29.1.
Release notes
Sourced from Azure.Storage.Blobs's releases.
12.29.1
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 contentCommits viewable in compare view.
Updated Azure.Storage.Queues from 12.27.0 to 12.27.1.
Release notes
Sourced from Azure.Storage.Queues's releases.
12.27.1
12.27.1 (2026-06-23)
Bugs Fixed
GenerateUserDelegationSasUriconvenience methods on theQueueClientdid not honor theDelegatedUserObjectIdproperty set on the suppliedQueueSasBuilder.Commits viewable in compare view.