Bump the azure group with 3 updates#3264
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps Azure.Messaging.ServiceBus from 7.20.1 to 7.20.2 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.Messaging.ServiceBus dependency-version: 7.20.2 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 ... Signed-off-by: dependabot[bot] <support@github.com>
|
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.Messaging.ServiceBus from 7.20.1 to 7.20.2.
Release notes
Sourced from Azure.Messaging.ServiceBus's releases.
7.20.2
7.20.2 (2026-07-08)
Acknowledgments
Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:
Bugs Fixed
Fixed a bug where
ServiceBusAdministrationClientoperations (such asGetQueueAsync,GetTopicAsync,QueueExistsAsync, andTopicExistsAsync) threw aServiceBusExceptionwrapping anArgumentException("Value cannot be empty or contain only white-space characters") when an entity had a shared access authorization rule whose key values were masked (returned empty) by the service for callers lacking thelistkeys/actionpermission. The deserialization path now accepts empty key values, and creatingCreateQueueOptions/CreateTopicOptionsfrom the returned properties no longer throws, matching the behavior of the other Azure Service Bus SDKs. (#60469)Fixed a bug in the
ServiceBusProcessorwhere terminal errors (such as DNS resolution failures) caused a tight retry loop with no delay between attempts, potentially overwhelming logs and consuming excessive resources. (#54572)Fixed a race condition in
AmqpSenderwhere concurrent calls toCreateMessageBatchAsyncduring initial AMQP link creation could observe an inconsistentMaxBatchSize, causing a spuriousArgumentOutOfRangeException. (#56301)The sender now reads the
com.microsoft:max-message-batch-sizevendor property from the AMQP link to correctly limit batch size on Premium large-message entities, wheremax-message-sizecan be up to 100 MB but the batch limit is 1 MB. The 4,500 message count cap on batches has been removed as the service does not enforce a count limit. (#44914)Other Changes
Commits viewable in compare view.
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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions