Microsoft.Azure.ActiveDirectory.GraphClient 2.1.0

There is a newer version of this package available.
See the version list below for details.
Install-Package Microsoft.Azure.ActiveDirectory.GraphClient -Version 2.1.0
dotnet add package Microsoft.Azure.ActiveDirectory.GraphClient --version 2.1.0
<PackageReference Include="Microsoft.Azure.ActiveDirectory.GraphClient" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.ActiveDirectory.GraphClient --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Azure.ActiveDirectory.GraphClient, 2.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.ActiveDirectory.GraphClient as a Cake Addin
#addin nuget:?package=Microsoft.Azure.ActiveDirectory.GraphClient&version=2.1.0

// Install Microsoft.Azure.ActiveDirectory.GraphClient as a Cake Tool
#tool nuget:?package=Microsoft.Azure.ActiveDirectory.GraphClient&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

NET Client Library for Microsoft Azure Active Directory Graph API.

Learn more about Azure AD Graph API @ https://msdn.microsoft.com/en-us/library/azure/hh974476.aspx.

Usage information is available on our AAD Graph blog @ https://blogs.msdn.com/b/aadgraphteam/archive/2014/12/12/announcing-azure-ad-graph-api-client-library-2-0.aspx and sample usage on github @ https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet and https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

Version Downloads Last updated
2.1.1 0 06.02.2022
2.1.0 0 06.02.2022
2.0.2 0 06.02.2022

For Graph Client Library 2.1.0, this library targets AAD Graph API api-version=1.6
Fix: UpdateAsync sends a PATCH request instread of MERGE