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 8 updates #125

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the azure group with 8 updates:

Package From To
Azure.Identity 1.13.1 1.13.2
System.Text.Json 9.0.0 6.0.10
Microsoft.Extensions.Azure 1.8.0 1.9.0
Microsoft.Extensions.Configuration.Binder 8.0.2 2.1.0
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.2 8.0.2
Microsoft.Extensions.Logging.Abstractions 8.0.2 2.1.0
Microsoft.Extensions.Primitives 8.0.0 2.1.0
Azure.Data.Tables 12.9.1 12.10.0

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 System.Text.Json from 9.0.0 to 6.0.10

Commits

Updates Microsoft.Extensions.Azure from 1.8.0 to 1.9.0

Release notes

Sourced from Microsoft.Extensions.Azure's releases.

Microsoft.Extensions.Azure_1.9.0

1.9.0 (2024-11-26)

Other Changes

  • Updated dependency Microsoft.Extensions.DependencyInjection.Abstractions to version 8.0.2
  • Updated dependency Microsoft.Bcl.AsyncInterfaces to version 8.0.0
Commits
  • da290fa [Azure Load Testing] Add NOT_VALIDATED to list of terminal states (#47329)
  • 0bf6353 remove previous cadl scripts (#47322)
  • 1874aeb [Extensions] Update DataProtection dependency to v8.x (#47286)
  • 2f68503 [Messaging] Bump AMQP dependency (#47342)
  • 43be57c Increment version for hybridconnectivity releases (#47331)
  • 72e6152 Increment package version after release of Azure.ResourceManager.Maps (#47330)
  • da8675c Update AutoRest C# version to 3.0.0-beta.20241125.1 (#47327)
  • c2725ca Upgrade Azure.ResourceManager.Maps API version (#47239)
  • cb69677 Release 2023-03-01 for first stable release (#47316)
  • 111a9cc Increment package version after release of Azure.Search.Documents (#47324)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Configuration.Binder from 8.0.2 to 2.1.0

Commits

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.2 to 8.0.2

Commits

Updates Microsoft.Extensions.Logging.Abstractions from 8.0.2 to 2.1.0

Commits

Updates Microsoft.Extensions.Primitives from 8.0.0 to 2.1.0

Commits
  • 8ddc572 Update dependencies.props
  • 58c2c89 Bump version to 2.1.0-rtm
  • 9af9eea Update dependencies.props
  • 3f949de Set NETStandardImplicitPackageVersion via dependencies.props
  • 3bd7db4 Branching for 2.1.0-rc1
  • 268a25b Merge remote-tracking branch 'origin/release/2.1' into rybrande/MergeRelease2...
  • da1d82b Update dependencies.props
  • 66c121a Reacting to changes to CreateFromPinnedArray (#335)
  • 51cf547 Reacting to changes to MemoryManager (use CreateMemory) (#337)
  • 0a744c0 Reacting to changes to MemoryManager (remove Length) (#336)
  • Additional commits viewable in compare view

Updates System.Text.Json from 9.0.0 to 6.0.10

Commits

Updates Azure.Data.Tables from 12.9.1 to 12.10.0

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.10.0

12.10.0 (2025-01-14)

Breaking Changes

  • Calling TableClient.Query, TableClient.QueryAsync, or TableClient.CreateQueryFilter with a filter expression that uses string.Equals or string.Compare with a StringComparison parameter will now throw an exception. This is because the Azure Table service does not support these methods in query filters. Previously the StringComparison argument was silently ignored, which can lead to subtle bugs in client code. The new behavior can be overridden by either setting an AppContext switch named "Azure.Data.Tables.DisableThrowOnStringComparisonFilter" to true or by setting the environment variable "AZURE_DATA_TABLES_DISABLE_THROWONSTRINGCOMPARISONFILTER" to "true". Note: AppContext switches can also be configured via configuration like below:
<ItemGroup>
    <RuntimeHostConfigurationOption Include="Azure.Data.Tables.DisableThrowOnStringComparisonFilter" Value="true" />
</ItemGroup>

Other Changes

  • Improved the performance of TableServiceClient.GetTableClient()
Commits
  • 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...
  • d6d881b Update Generator Version 3.0.0-beta.20250109.1 (#47765)
  • 8bdd765 Increment package version after release of Azure.ResourceManager.Network (#47...
  • 710a44d Prep for release and add App Compat switch for the recent breaking change (#4...
  • 63a37cb [Storage][DataMovement] Remove the sync WaitForCompletion for now (#47774)
  • 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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.13.1` | `1.13.2` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `6.0.10` |
| [Microsoft.Extensions.Azure](https://github.com/Azure/azure-sdk-for-net) | `1.8.0` | `1.9.0` |
| [Microsoft.Extensions.Configuration.Binder](https://github.com/aspnet/Configuration) | `8.0.2` | `2.1.0` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `8.0.2` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/aspnet/Logging) | `8.0.2` | `2.1.0` |
| [Microsoft.Extensions.Primitives](https://github.com/aspnet/Common) | `8.0.0` | `2.1.0` |
| [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) | `12.9.1` | `12.10.0` |


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 `System.Text.Json` from 9.0.0 to 6.0.10
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v6.0.10)

Updates `Microsoft.Extensions.Azure` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Microsoft.Extensions.Azure_1.8.0...Microsoft.Extensions.Azure_1.9.0)

Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.2 to 2.1.0
- [Release notes](https://github.com/aspnet/Configuration/releases)
- [Commits](https://github.com/aspnet/Configuration/commits/2.1.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.2...v8.0.2)

Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 2.1.0
- [Release notes](https://github.com/aspnet/Logging/releases)
- [Commits](https://github.com/aspnet/Logging/commits/2.1.0)

Updates `Microsoft.Extensions.Primitives` from 8.0.0 to 2.1.0
- [Release notes](https://github.com/aspnet/Common/releases)
- [Commits](dotnet/extensions@v8.0.0...2.1.0)

Updates `System.Text.Json` from 9.0.0 to 6.0.10
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v6.0.10)

Updates `Azure.Data.Tables` from 12.9.1 to 12.10.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.9.1...Azure.Data.Tables_12.10.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure
- dependency-name: Microsoft.Extensions.Azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure
- dependency-name: Microsoft.Extensions.Primitives
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jan 15, 2025

The following labels could not be found: area-codeflow.

Copy link
Author

dependabot bot commented on behalf of github Jan 15, 2025

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Jan 15, 2025
@dependabot dependabot bot deleted the dependabot/nuget/azure-d930046878 branch January 15, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants