Azure.Identity 1.2.0-preview.1

This is a prerelease version of Azure.Identity.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Identity --version 1.2.0-preview.1
                    
NuGet\Install-Package Azure.Identity -Version 1.2.0-preview.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Identity" Version="1.2.0-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Identity" Version="1.2.0-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Identity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Identity --version 1.2.0-preview.1
                    
#r "nuget: Azure.Identity, 1.2.0-preview.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Azure.Identity&version=1.2.0-preview.1&prerelease
                    
Install Azure.Identity as a Cake Addin
#tool nuget:?package=Azure.Identity&version=1.2.0-preview.1&prerelease
                    
Install Azure.Identity as a Cake Tool

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Azure.Identity:

Package 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.

GitHub repositories (203)

Showing the top 5 popular GitHub repositories that depend on Azure.Identity:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
DapperLib/Dapper
Dapper - a simple object mapper for .Net
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Version Downloads Last updated
1.6.0 469 9/19/2022 1.6.0 has at least one vulnerability with high severity.
1.5.0 67 9/19/2022 1.5.0 has at least one vulnerability with high severity.
1.4.0-beta.3 1 3/8/2021 1.4.0-beta.3 has at least one vulnerability with high severity.
1.4.0-beta.2 2 3/8/2021 1.4.0-beta.2 has at least one vulnerability with high severity.
1.4.0-beta.1 1 3/8/2021 1.4.0-beta.1 has at least one vulnerability with high severity.
1.3.0 32,685 3/8/2021 1.3.0 has at least one vulnerability with high severity.
1.3.0-beta.2 1 3/8/2021 1.3.0-beta.2 has at least one vulnerability with high severity.
1.3.0-beta.1 1 3/8/2021 1.3.0-beta.1 has at least one vulnerability with high severity.
1.2.3 1 3/8/2021 1.2.3 has at least one vulnerability with high severity.
1.2.2 1 3/8/2021 1.2.2 has at least one vulnerability with high severity.
1.2.1 1 3/8/2021 1.2.1 has at least one vulnerability with high severity.
1.2.0 1 3/8/2021 1.2.0 has at least one vulnerability with high severity.
1.2.0-preview.6 1 3/8/2021 1.2.0-preview.6 has at least one vulnerability with high severity.
1.2.0-preview.5 2 3/8/2021 1.2.0-preview.5 has at least one vulnerability with high severity.
1.2.0-preview.4 1 3/8/2021 1.2.0-preview.4 has at least one vulnerability with high severity.
1.2.0-preview.3 1 3/8/2021 1.2.0-preview.3 has at least one vulnerability with high severity.
1.2.0-preview.2 1 3/8/2021 1.2.0-preview.2 has at least one vulnerability with high severity.
1.2.0-preview.1 2 3/8/2021 1.2.0-preview.1 has at least one vulnerability with high severity.
1.1.1 32,957 3/8/2021 1.1.1 has at least one vulnerability with high severity.
1.1.0 1 3/8/2021 1.1.0 has at least one vulnerability with high severity.
1.0.0 1 3/8/2021 1.0.0 has at least one vulnerability with high severity.
1.0.0-preview.5 2 3/8/2021 1.0.0-preview.5 has at least one vulnerability with high severity.
1.0.0-preview.4 1 3/8/2021 1.0.0-preview.4 has at least one vulnerability with high severity.
1.0.0-preview.3 1 3/8/2021 1.0.0-preview.3 has at least one vulnerability with high severity.
1.0.0-preview.2 1 3/8/2021 1.0.0-preview.2 has at least one vulnerability with high severity.
1.0.0-preview.1 2 3/8/2021 1.0.0-preview.1 has at least one vulnerability with high severity.

### 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