Microsoft.Azure.ActiveDirectory.GraphClient
1.0.3
Prefix Reserved
See the version list below for details.
Install-Package Microsoft.Azure.ActiveDirectory.GraphClient -Version 1.0.3
dotnet add package Microsoft.Azure.ActiveDirectory.GraphClient --version 1.0.3
<PackageReference Include="Microsoft.Azure.ActiveDirectory.GraphClient" Version="1.0.3" />
paket add Microsoft.Azure.ActiveDirectory.GraphClient --version 1.0.3
#r "nuget: Microsoft.Azure.ActiveDirectory.GraphClient, 1.0.3"
// Install Microsoft.Azure.ActiveDirectory.GraphClient as a Cake Addin
#addin nuget:?package=Microsoft.Azure.ActiveDirectory.GraphClient&version=1.0.3
// Install Microsoft.Azure.ActiveDirectory.GraphClient as a Cake Tool
#tool nuget:?package=Microsoft.Azure.ActiveDirectory.GraphClient&version=1.0.3
Microsoft Azure ActiveDirectory Graph API Client library provides easy to use functionality to access your directory information from Azure ActiveDirectory.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Newtonsoft.Json (>= 6.0.1)
NuGet packages (21)
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 (13)
Showing the top 5 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
|
Version | Downloads | Last updated |
---|---|---|
2.1.1 | 3,948,485 | 10/17/2016 |
2.1.0 | 2,367,928 | 6/24/2015 |
2.0.8 | 138,250 | 4/21/2015 |
2.0.7 | 1,538 | 4/15/2015 |
2.0.6 | 203,186 | 2/25/2015 |
2.0.5 | 45,069 | 1/27/2015 |
2.0.4 | 8,071 | 1/20/2015 |
2.0.3 | 20,058 | 12/22/2014 |
2.0.2 | 250,664 | 12/8/2014 |
2.0.1 | 3,001 | 11/24/2014 |
2.0.0 | 44,875 | 10/28/2014 |
1.0.3 | 84,145 | 7/11/2014 |
1.0.2 | 17,451 | 6/2/2014 |
1.0.1 | 12,319 | 5/30/2014 |
0.9.0 | 23,207 | 3/19/2014 |
Ver 1.0.3 release.
1.Fixed Issues with non-ascii characters fixed by correctly encoding the non-ascii characters.
2. Fixed Get/Set using indexer by mapping json-propertyname correctly.