Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the azure group with 2 updates #1539

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the azure group with 2 updates: Azure.Identity and Azure.Messaging.ServiceBus.

Updates Azure.Identity from 1.13.1 to 1.13.2

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.13.2

1.13.2 (2025-01-14)

Bugs Fixed

  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#47470)
Commits
  • a5c44c2 [Storage][DataMovement] More GA API feedback (renames/refactors) (#47796)
  • 23c0c85 Prepare Identity for release with bugfix (#47753)
  • fffdf45 datamovement migration guide skeleton (#47818)
  • 0bb67b8 Increment package version after release of Azure.Data.Tables (#47831)
  • e1a0163 Permissions docs (#47793)
  • 0d0752b [CODEOWNERS] Remove invalid owner (#47820)
  • 9de236f [Storage] [DataMovement] [Archboard feedback] Renamed *CheckpointData to *Che...
  • 9d19f27 Fix typo in CertificatePolicy.KeySize documentation (#47794)
  • 8992dc6 Generating confidentialledger SDK for API spec version 2024-01-26-pre… (#47340)
  • 21554c4 Add detection for empty string in the return value of createdByPrincipalTenan...
  • Additional commits viewable in compare view

Updates Azure.Messaging.ServiceBus from 7.18.2 to 7.18.3

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

Azure.Messaging.ServiceBus_7.18.3

7.18.3 (2025-01-17)

Bugs Fixed

  • Fixed an issue where identifier generation for senders did not correctly include the entity path as an informational element. (#46952)

Other Changes

  • Added annotations to make the package compatible with trimming and native AOT compilation.

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.9, which contains several bug fixes. (see: commits)

  • Updated the transitive dependency on System.Text.Json to 6.0.10 via Azure.Core 1.44.1. Though Service Bus does not perform JSON serialization and was not vulnerable, the .NET 9 SDK was emitting warnings during scans due to a flaw in the previous System.Text.Json dependency.

Commits
  • adc97b1 Remove sovereign cloud testing support (#47883)
  • 000048f [Service Bus] January Release Prep (#47884)
  • ed8d054 Sync eng/common directory with azure-sdk-tools for PR 9577 (#47875)
  • b224668 Remove sovereign cloud testing references (#47873)
  • 65c2670 Increment version for playwrighttesting releases (#47881)
  • 26fc034 docs(): CHANGELOG for 1.0.0-beta.4 release (#47880)
  • cbe71a0 Update AutoRest C# version to 3.0.0-beta.20250116.1 (#47878)
  • 3fb80ad Queue Listener fixes: Drain Mode and Message Deletion (#47791)
  • 5eda9c7 [Storage][DataMovement] Modify file-share client extensions to match LRO patt...
  • 3c2ffb1 Sync eng/common directory with azure-sdk-tools for PR 9649 (#47867)
  • Additional 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the azure group with 2 updates: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) and [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net).


Updates `Azure.Identity` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.1...Azure.Identity_1.13.2)

Updates `Azure.Messaging.ServiceBus` from 7.18.2 to 7.18.3
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.18.2...Azure.Messaging.ServiceBus_7.18.3)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 20, 2025
@mburumaxwell mburumaxwell merged commit 2d9d638 into main Jan 24, 2025
3 checks passed
@mburumaxwell mburumaxwell deleted the dependabot/nuget/azure-9ead7fc24c branch January 24, 2025 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant