SCJ-000: Bump Azure.Identity and 13 others#339
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps Azure.Identity from 1.17.1 to 1.19.0 Bumps Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.23 to 8.0.25 Bumps Microsoft.AspNetCore.DataProtection.EntityFrameworkCore from 8.0.23 to 8.0.25 Bumps Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 8.0.23 to 8.0.25 Bumps Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.23 to 8.0.25 Bumps Microsoft.CodeAnalysis.Common from 4.8.0 to 4.14.0 Bumps Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.14.0 Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.14.0 Bumps Microsoft.EntityFrameworkCore.Design from 8.0.23 to 8.0.25 Bumps Microsoft.EntityFrameworkCore.InMemory from 8.0.23 to 8.0.25 Bumps Microsoft.EntityFrameworkCore.Sqlite from 8.0.23 to 8.0.25 Bumps Microsoft.EntityFrameworkCore.SqlServer from 8.0.23 to 8.0.25 Bumps Microsoft.EntityFrameworkCore.Tools from 8.0.23 to 8.0.25 Bumps Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.15.0 to 8.16.0 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.CodeAnalysis.Common dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 8.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-and-patch - dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect dependency-version: 8.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #340. |
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.Identity from 1.17.1 to 1.19.0.
Release notes
Sourced from Azure.Identity's releases.
1.19.0
1.19.0 (2026-03-11)
Features Added
ClientCertificateCredentialto specify a path in the form ofcert:/StoreLocation/StoreName/Thumbprintto refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the pathcert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870(A community contribution, courtesy of fowl2).Other Changes
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msaldependencies to version 4.83.1.1.18.0
1.18.0 (2026-02-25)
Features Added
Added experimental
Microsoft.Extensions.ConfigurationandMicrosoft.Extensions.DependencyInjectionintegration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.The
WorkloadIdentityCredentialOptions.IsAzureProxyEnabledproperty, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.AzureDeveloperCliCredentialnow parses JSON error output fromazd auth tokento extract clean error messages instead of including raw JSON in exceptions. Error messages like{"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}}are now displayed asERROR: fetching token: ....1.18.0-beta.3
1.18.0-beta.3 (2026-02-20)
Breaking Changes
WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabledtoIsAzureProxyEnabledto follow .NET naming conventions for boolean properties.Bugs Fixed
Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.
Disabled MSAL's internal retry logic for
ConfidentialClientApplicationandPublicClientApplicationto prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.23 to 8.0.25.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.
8.0.25
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65289Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25
8.0.24
Release
Commits viewable in compare view.
Pinned Microsoft.AspNetCore.DataProtection.EntityFrameworkCore at 8.0.25.
Release notes
Sourced from Microsoft.AspNetCore.DataProtection.EntityFrameworkCore's releases.
8.0.25
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65289Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25
8.0.24
Release
Commits viewable in compare view.
Pinned Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore at 8.0.25.
Release notes
Sourced from Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore's releases.
8.0.25
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65289Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25
8.0.24
Release
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.23 to 8.0.25.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.NewtonsoftJson's releases.
8.0.25
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65289Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25
8.0.24
Release
Commits viewable in compare view.
Pinned Microsoft.CodeAnalysis.Common at 4.14.0.
Release notes
Sourced from Microsoft.CodeAnalysis.Common's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.CodeAnalysis.CSharp at 4.14.0.
Release notes
Sourced from Microsoft.CodeAnalysis.CSharp's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.CodeAnalysis.CSharp.Workspaces at 4.14.0.
Release notes
Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Design from 8.0.23 to 8.0.25.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
8.0.25
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.24...v8.0.25
8.0.24
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.23...v8.0.24
Commits viewable in compare view.
Pinned Microsoft.EntityFrameworkCore.InMemory at 8.0.25.
Release notes
Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.
8.0.25
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.24...v8.0.25
8.0.24
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.23...v8.0.24
Commits viewable in compare view.
Pinned Microsoft.EntityFrameworkCore.Sqlite at 8.0.25.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.
8.0.25
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.24...v8.0.25
8.0.24
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.23...v8.0.24
Commits viewable in compare view.
Pinned Microsoft.EntityFrameworkCore.SqlServer at 8.0.25.
Release notes
Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.
8.0.25
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.24...v8.0.25
8.0.24
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.23...v8.0.24
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Tools from 8.0.23 to 8.0.25.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Tools's releases.
8.0.25
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.24...v8.0.25
8.0.24
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.23...v8.0.24
Commits viewable in compare view.
Updated Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.15.0 to 8.16.0.
Release notes
Sourced from Microsoft.IdentityModel.Protocols.OpenIdConnect's releases.
8.16.0
New Features
Fundamentals
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