- Notifications
You must be signed in to change notification settings - Fork1.5k
[deps] Platform: Update Azure.Extensions.AspNetCore.DataProtection.Blobs to 1.5.1#6656
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
renovate wants to merge1 commit intomainChoose a base branch fromrenovate/azure-azure-sdk-for-net-monorepo
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
+1 −1
Conversation
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
bitwarden-bot commentedNov 28, 2025
Internal tracking:
|
Contributor
djsmith85 left a comment
There was a problem hiding this 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 requiresMicrosoft.AspNetCore.DataProtection >=8.0.11
Sign up for freeto 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.
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
1.3.4->1.5.1Release Notes
Azure/azure-sdk-for-net (Azure.Extensions.AspNetCore.DataProtection.Blobs)
v1.5.1Compare 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
ConfigureKeyManagementBlobClientOptionsto ensure that its dependencies were resolved in the correct scope to prevent issues due to lifetime drift. Previously, a new scope was created to resolveAzureBlobXmlRepository. However,AzureBlobXmlRepositoryis 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 ofdanielmarbach)v1.5.0Compare Source
1.5.0 (2021-10-14)
Breaking Changes from 1.5.0-beta.4
AllowMultiTenantAuthenticationoption has been removed and the default behavior is now as if it were true. The multi-tenant discovery feature can be totally disabled by either setting anAppContextswitch named "Azure.Identity.DisableTenantDiscovery" totrueor by setting the environment variable "AZURE_IDENTITY_DISABLE_MULTITENANTAUTH" to "true".IsPIILoggingEnabledproperty fromTokenCredentialOptions, similar functionality is planned to be added toTokenCredentialOptions.Diagnosticsin a later release.RegionalAuthorityfromClientCertificateCredentialOptionsandClientSecretCredentialOptions, along with theRegionalAuthoritytype. This feature will stay in preview, and these APIs will be added back in1.6.0-beta.1.TokenCacheDetailstoTokenCacheData.TokenCacheNotificationDetailstoTokenCacheRefreshArgs.CacheBytesproperty onTokenCacheDatato be readonly and a required constructor parameter.Bugs Fixed
AuthorizationCodeCredentialnot specifying correct redirectUrl (Issue#24183)Other Changes
v1.4.0Compare Source
1.4.0 (2021-05-12)
New Features
This indicates to AAD that your application is CAE ready and can handle the CAE claim challenge. This capability can be disabled, if necessary, by either setting an
AppContextswitch named "Azure.Identity.DisableCP1" totrueor by setting the environment variable;"AZURE_IDENTITY_DISABLE_CP1" to "true". Note: AppContext switches can also be configured via configuration like below:
Fixes and improvements
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.
🔕Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated byMend Renovate. View therepository job log.