Update dependency Azure.Identity to 1.21.0#1115
Open
dependencyupdates[bot] wants to merge 1 commit into
Open
Conversation
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
2 times, most recently
from
November 22, 2025 03:35
2c2aa07 to
7344817
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
2 times, most recently
from
December 10, 2025 21:27
aa7df05 to
78d1440
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
December 12, 2025 21:38
78d1440 to
90be9a9
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
2 times, most recently
from
January 5, 2026 21:27
6b46182 to
eb5786d
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
January 7, 2026 21:40
eb5786d to
d8d3a36
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
2 times, most recently
from
January 21, 2026 03:57
9d04b9f to
2c41dba
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
January 30, 2026 04:04
2c41dba to
2e273be
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
2 times, most recently
from
February 26, 2026 21:24
da90425 to
4a8e6c4
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
2 times, most recently
from
March 12, 2026 04:00
55b3123 to
1d7c118
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
2 times, most recently
from
March 18, 2026 21:28
b1db832 to
515889b
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
3 times, most recently
from
March 31, 2026 04:10
5b38d25 to
917ea7b
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
3 times, most recently
from
April 3, 2026 21:28
337a04c to
8d6211e
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
April 24, 2026 21:36
e13f313 to
8ee4861
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
May 4, 2026 21:43
8ee4861 to
8f7e9eb
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
3 times, most recently
from
May 15, 2026 21:40
209fceb to
bdf2f1a
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
May 22, 2026 21:43
bdf2f1a to
3021591
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
May 29, 2026 21:56
3021591 to
cb067c4
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
5 times, most recently
from
June 10, 2026 21:58
b523f79 to
f645b79
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
4 times, most recently
from
June 18, 2026 21:59
928b3b4 to
3871de9
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
2 times, most recently
from
June 29, 2026 21:48
78527df to
101a8ba
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
3 times, most recently
from
July 8, 2026 21:42
2827d2d to
0ed0954
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
July 14, 2026 21:44
0ed0954 to
39ee786
Compare
dependencyupdates
Bot
force-pushed
the
renovate/azure.identity-1.x
branch
from
July 17, 2026 21:36
39ee786 to
8301033
Compare
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.
This PR contains the following updates:
1.17.0→1.21.0Release Notes
Azure/azure-sdk-for-net (Azure.Identity)
v1.21.0Compare Source
1.21.0 (2026-04-10)
Other Changes
Azure.Identitytypes have been moved toAzure.Coreand are now available throughTypeForwardedToattributes. This is a non-breaking change — existing code continues to work transparently. The library's version number now aligns with that ofAzure.Core. See the Migration Guide for details.v1.20.0Compare Source
1.20.0 (2026-03-30)
Features Added
appsettings.json.Breaking Changes
AddAzureClient,AddKeyedAzureClient, andWithAzureCredentialreturn type changed fromIHostApplicationBuildertoIClientBuilderto align with theIClientBuildercomposition change in System.ClientModel.v1.19.0Compare Source
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.v1.18.0Compare Source
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: ....v1.17.2Compare Source
1.17.2 (2026-04-15)
Other Changes
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msaldependencies to version 4.83.1.Configuration
📅 Schedule: (UTC)
🚦 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 has been generated by Renovate Bot.
Commands to ignore dependencies
You can trigger dependency actions by commenting on this PR:
@particularbot ignore this major version@particularbot ignore this minor version@particularbot ignore this dependency