Azure.Identity 1.2.0-preview.1

This is the implementation of the Azure SDK Client Library for Azure Identity

Showing the top 20 packages that depend on Azure.Identity.

Packages Downloads
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
23
Microsoft.Extensions.Caching.SqlServer
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8486d31e24f30e3fa1809a95699a0adc16f448d7
22
Nuke.Common
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'aeacff85068cb9218354491b39fbf916e5ea28e8' (see contained AppVeyorSettings.json file for build settings).
21
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
21
Nuke.Common
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'cda28e5941e47b2b2a3d9bea20f78d11af1d92e0' (see contained AppVeyorSettings.json file for build settings).
20
Nuke.Common
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'ea86450b4db1568563b15122f0250495fd55776e' (see contained AppVeyorSettings.json file for build settings).
20
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
20
Nuke.Common
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'bbceff250ec4c9c604b33b38600ab9b4a4e17dac' (see contained AppVeyorSettings.json file for build settings).
19
Nuke.Common
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'f6123b1450735fa0fc6dd2713b40f23019f470b1' (see contained AppVeyorSettings.json file for build settings).
19
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
19
Microsoft.Data.SqlClient
The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
19
Microsoft.Extensions.Caching.SqlServer
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c49ccc8727c620ce1cb8fb431bb3fe8f2e747236
19
Nuke.Common
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '369ef2b8fd696c639b333812edf5c5fdd5f3e7e6' (see contained AppVeyorSettings.json file for build settings).
19
Microsoft.Extensions.Caching.SqlServer
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d0ca5a8d20ac50a33d5451e998a5d411a810c8d7
19
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
18
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
18

### New Features - Updating `DefaultAzureCredential` to enable authenticating through the Azure CLI - `ClientCertificateCredential` now supports being constructed with a path to an unencrypted certificate (in either PFX or PEM format) - `EnvironmentCredential` now supports reading a certificate path from `AZURE_CLIENT_CERTIFICATE_PATH` ### Fixes and improvements - Fix an issue where `EnvironmentCredential` did not behave correctly when `AZURE_USERNAME` and `AZURE_PASSWORD` where set - Added `KnownAuthorityHosts` class to aid in sovereign cloud configuration. https://github.com/Azure/azure-sdk-for-net/blob/74f0ae1d265eb6ea2e5b537bcc4a0c5243cd7fd7/sdk/identity/Azure.Identity/CHANGELOG.md

Version Downloads Last updated
1.14.0-beta.4 1 5/3/2025
1.14.0-beta.3 4 4/19/2025
1.14.0-beta.2 8 3/14/2025
1.14.0-beta.1 10 2/21/2025
1.13.2 14 1/28/2025
1.13.1 17 10/24/2024
1.13.0 13 11/2/2024
1.13.0-beta.2 17 9/18/2024
1.13.0-beta.1 18 8/3/2024
1.12.1 13 10/2/2024
1.12.0 16 8/2/2024
1.12.0-beta.3 16 8/3/2024
1.12.0-beta.2 12 8/3/2024
1.12.0-beta.1 15 8/2/2024
1.11.4 20 8/3/2024
1.11.3 16 6/2/2024
1.11.2 15 8/3/2024
1.11.1 17 8/3/2024
1.11.0 19 4/20/2024
1.11.0-beta.1 24 3/9/2024
1.10.4 19 3/8/2024
1.10.3 21 3/7/2024
1.10.2 17 3/8/2024
1.10.1 19 3/8/2024
1.10.0 18 3/8/2024
1.10.0-beta.1 20 3/5/2024
1.9.0 39 7/2/2023
1.9.0-beta.3 22 3/7/2024
1.9.0-beta.2 22 3/7/2024
1.9.0-beta.1 18 3/7/2024
1.8.2 20 3/8/2024
1.8.1 21 3/8/2024
1.8.0 20 3/8/2024
1.8.0-beta.1 23 3/1/2024
1.7.0 25 3/7/2024
1.7.0-beta.1 20 3/7/2024
1.6.1 20 3/5/2024
1.6.0 22 3/8/2024
1.6.0-beta.1 19 3/7/2024
1.5.0 22 3/8/2024
1.5.0-beta.4 21 3/7/2024
1.5.0-beta.3 18 3/7/2024
1.5.0-beta.2 21 3/7/2024
1.5.0-beta.1 17 3/7/2024
1.4.1 25 3/5/2024
1.4.0 18 3/8/2024
1.4.0-beta.5 20 3/7/2024
1.4.0-beta.4 20 3/7/2024
1.4.0-beta.3 24 3/7/2024
1.4.0-beta.2 21 3/7/2024
1.4.0-beta.1 25 3/7/2024
1.3.0 20 3/7/2024
1.3.0-beta.2 19 3/7/2024
1.3.0-beta.1 21 3/7/2024
1.2.3 18 3/8/2024
1.2.2 25 3/4/2024
1.2.1 19 3/8/2024
1.2.0-preview.6 23 3/7/2024
1.2.0-preview.5 19 3/7/2024
1.2.0-preview.4 22 3/7/2024
1.2.0-preview.3 18 3/7/2024
1.2.0-preview.2 23 3/7/2024
1.2.0-preview.1 19 3/7/2024
1.1.1 20 3/8/2024
1.1.0 19 3/8/2024
1.0.0 22 2/6/2024
1.0.0-preview.5 19 3/7/2024
1.0.0-preview.4 20 3/7/2024
1.0.0-preview.3 18 3/7/2024
1.0.0-preview.2 25 3/7/2024
1.0.0-preview.1 24 3/7/2024