Skip to content

[deps] Platform: Update azure azure-sdk-for-net monorepo#6656

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azure-azure-sdk-for-net-monorepo
Open

[deps] Platform: Update azure azure-sdk-for-net monorepo#6656
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azure-azure-sdk-for-net-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2025

This PR contains the following updates:

Package Change Age Confidence
Azure.Extensions.AspNetCore.DataProtection.Blobs (source) 1.3.41.5.1 age confidence
Azure.Storage.Blobs (source) 12.26.012.27.0 age confidence
Azure.Storage.Queues (source) 12.24.012.25.0 age confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Extensions.AspNetCore.DataProtection.Blobs)

v1.5.1

Compare Source

1.5.1 (2025-06-23)

Acknowledgments

Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:

Bugs Fixed
  • Updated ConfigureKeyManagementBlobClientOptions to ensure that its dependencies were resolved in the correct scope to prevent issues due to lifetime drift. Previously, a new scope was created to resolve AzureBlobXmlRepository. However, AzureBlobXmlRepository is registered as a singleton and should be resolved from the same scope in which the options are being configured. Creating a new scope introduced unnecessary overhead and potential for unexpected behavior due to differences in service lifetime management. (A community contribution, courtesy of danielmarbach)

v1.5.0

Compare Source

1.5.0 (2025-07-07)

Features Added
  • Added the following types for 3rd-party Authentication support: AuthenticationTokenProvider, GetTokenOptions, AuthenticationToken, AuthenticationPolicy, and BearerTokenPolicy.
Breaking Changes
  • Source Breaking Change: Updated IJsonModel<T>.Create and IPersistableModel<T>.Create method return types from T to T? to allow returning null when deserialization fails. This change only affects code with nullable reference types enabled.
    • For consumers calling these methods: To fix compilation errors, either:
      • Use null-conditional operators (?.) when calling these methods, or
      • Add null-forgiving operators (!) if you're certain the result won't be null, or
      • Add explicit null checks before using the returned value
    • For implementers of these interfaces: Update method signatures in your models to return T? instead of T, and decide whether to return null or throw exceptions in error scenarios

v1.4.0

Compare Source

1.4.0 (2025-05-02)

Features Added
  • Added additional supported scenarios to System.ClientModel.SourceGeneration.
Other Changes
  • Upgraded versions of dependencies on System.Diagnostics.DiagnosticSource, System.Text.Json, and Microsoft.Extensions.Logging.Abstractions.
  • Renamed ActivityExtensions.MarkFailed to ActivityExtensions.MarkClientActivityFailed.
  • Made int maxSize parameter to ClientCache constructor required and removed default value.
  • Changed IEquatable<object> clientId parameter to object clientId in ClientCache.GetClient
  • Renamed ConnectionCollection to ClientConnectionCollection
  • Renamed ConnectionProvider to ClientConnectionProvider
  • Renamed ToCollection to ConvertCollectionBuilder in ModelReadWriteTypeBuilder
  • Renamed AddKeyValuePair to AddItemWithKey in ModelReadWriteTypeBuilder

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team and coroiu November 28, 2025 12:00
@bitwarden-bot bitwarden-bot changed the title [deps] Platform: Update Azure.Extensions.AspNetCore.DataProtection.Blobs to 1.5.1 [PM-28941] [deps] Platform: Update Azure.Extensions.AspNetCore.DataProtection.Blobs to 1.5.1 Nov 28, 2025
@bitwarden-bot
Copy link

Internal tracking:

Copy link
Contributor

@djsmith85 djsmith85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocked by #5064 as it requires Microsoft.AspNetCore.DataProtection >= 8.0.11

@renovate renovate bot changed the title [PM-28941] [deps] Platform: Update Azure.Extensions.AspNetCore.DataProtection.Blobs to 1.5.1 [deps] Platform: Update Azure.Extensions.AspNetCore.DataProtection.Blobs to 1.5.1 Nov 28, 2025
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from bd87e00 to c4e7216 Compare January 15, 2026 22:35
@renovate renovate bot changed the title [deps] Platform: Update Azure.Extensions.AspNetCore.DataProtection.Blobs to 1.5.1 [deps] Platform: Update azure azure-sdk-for-net monorepo Jan 15, 2026
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from c4e7216 to 8b364d5 Compare February 2, 2026 15:42
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 8b364d5 to ceb7280 Compare February 12, 2026 12:15
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 2 times, most recently from e0dac56 to 0923d03 Compare February 24, 2026 14:21
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 0923d03 to 172daf8 Compare March 13, 2026 13:38
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.

2 participants