Microsoft.Azure.ActiveDirectory.GraphClient
2.1.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Azure.ActiveDirectory.GraphClient --version 2.1.0
NuGet\Install-Package Microsoft.Azure.ActiveDirectory.GraphClient -Version 2.1.0
<PackageReference Include="Microsoft.Azure.ActiveDirectory.GraphClient" Version="2.1.0" />
<PackageVersion Include="Microsoft.Azure.ActiveDirectory.GraphClient" Version="2.1.0" />
<PackageReference Include="Microsoft.Azure.ActiveDirectory.GraphClient" />
paket add Microsoft.Azure.ActiveDirectory.GraphClient --version 2.1.0
#r "nuget: Microsoft.Azure.ActiveDirectory.GraphClient, 2.1.0"
#:package Microsoft.Azure.ActiveDirectory.GraphClient@2.1.0
#addin nuget:?package=Microsoft.Azure.ActiveDirectory.GraphClient&version=2.1.0
#tool nuget:?package=Microsoft.Azure.ActiveDirectory.GraphClient&version=2.1.0
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.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Data.Edm (>= 5.6.4)
- Microsoft.Data.OData (>= 5.6.4)
- Microsoft.Data.Services.Client (>= 5.6.4)
- System.Spatial (>= 5.6.4)
NuGet packages (22)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.ActiveDirectory.GraphClient:
| Package | Downloads |
|---|---|
|
SharePointPnPCoreOnline
Retired - please use PnP Framework (https://github.com/pnp/pnpframework) going forward. Core CSOM extension methods for SharePoint Online add-in model development. This will increase productivity of the developers by abstracting complex operations. |
|
|
SharePointPnPCore2016
Core CSOM extension methods for SharePoint 2016 add-in model development. This will increase productivity of the developers by abstracting complex operations. |
|
|
SharePointPnPCore2013
Core CSOM extension methods for SharePoint 2013 add-in model development. This will increase productivity of the developers by abstracting complex operations. |
|
|
SharePointPnPCore2019
Core CSOM extension methods for SharePoint 2019 add-in model development. This will increase productivity of the developers by abstracting complex operations. |
|
|
PinchPerfect.InfrastructureAsCode.Core
Core functionality for Infrastructure as Code |
GitHub repositories (11)
Showing the top 11 popular GitHub repositories that depend on Microsoft.Azure.ActiveDirectory.GraphClient:
| Repository | Stars |
|---|---|
|
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
|
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
|
pnp/PnP-PowerShell
SharePoint PnP PowerShell CmdLets
|
|
|
OfficeDev/TrainingContent
Training Content used for developer.microsoft.com/office
|
|
|
pnp/PnP-Tools
Scripts and tools for Office 365 and SharePoint - More for IT Pro's
|
|
|
pnp/PnP-Sites-Core
Microsoft 365 Dev PnP Core component (.NET) targeted for increasing developer productivity with CSOM based solutions.
|
|
|
Azure/connectthedots
Connect tiny devices to Microsoft Azure services to build IoT solutions
|
|
|
xamarin/app-crm
|
|
|
pnp/modernization
All modernization tooling and guidance
|
|
|
SharePoint/PnP-Partner-Pack
PnP Partner Pack has been archived. Please see SharePoint Starter Kit solution as replacement!
|
|
|
azureautomation/azure-automation-ise-addon
The Azure Automation PowerShell ISE Add-On makes it easy to author and test your runbooks in your local PowerShell ISE
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.1 | 5,837,730 | 10/17/2016 |
| 2.1.0 | 4,365,033 | 6/24/2015 |
| 2.0.8 | 147,553 | 4/21/2015 |
| 2.0.7 | 6,978 | 4/15/2015 |
| 2.0.6 | 304,854 | 2/25/2015 |
| 2.0.5 | 55,486 | 1/27/2015 |
| 2.0.4 | 13,683 | 1/20/2015 |
| 2.0.3 | 25,661 | 12/22/2014 |
| 2.0.2 | 299,308 | 12/8/2014 |
| 2.0.1 | 8,538 | 11/24/2014 |
| 2.0.0 | 57,696 | 10/28/2014 |
| 1.0.3 | 95,010 | 7/11/2014 |
| 1.0.2 | 23,106 | 6/2/2014 |
| 1.0.1 | 18,182 | 5/30/2014 |
| 0.9.0 | 34,035 | 3/19/2014 |
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
Fix: Containments now being handled correctly (allows deleting of certain links like appRoleAssignments)