Skip to content

Commit c03f14a

Browse files
authored
Merge pull request #6499 from Erikre/erikre-doc-12965151
erikre-doc-12965151
2 parents 44ab43c + c4db9d4 commit c03f14a

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

memdocs/intune/developer/data-warehouse-app-only-auth.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
author: Erikre
99
ms.author: erikre
1010
manager: dougeby
11-
ms.date: 12/16/2021
11+
ms.date: 01/10/2022
1212
ms.topic: reference
1313
ms.service: microsoft-intune
1414
ms.subservice: developer
@@ -119,6 +119,9 @@ Using Visual Studio, create a Console App (.NET Framework) project that supports
119119
using System.Configuration;
120120
```
121121

122+
> [!NOTE]
123+
> Azure Active Directory (Azure AD) Authentication Library (ADAL) and Azure AD Graph API will be deprecated. For more information, see [Update your applications to use Microsoft Authentication Library (MSAL) and Microsoft Graph API](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/update-your-applications-to-use-microsoft-authentication-library/ba-p/1257363).
124+
122125
11. After the <code>Main</code> method, add the following private method to process and convert the app key:
123126

124127
``` csharp

memdocs/intune/developer/intune-graph-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: intune graphapi c# powershell permission roles
88
author: dougeby
99
manager: dougeby
1010
ms.author: dougeby
11-
ms.date: 05/21/2020
11+
ms.date: 01/10/2022
1212
ms.topic: overview
1313
ms.service: microsoft-intune
1414
ms.subservice: developer
@@ -353,7 +353,7 @@ If this happens, verify that:
353353
This example shows how to use C# to retrieve a list of devices associated with your Intune account.
354354

355355
> [!NOTE]
356-
> Azure Active Directory (Azure AD) Authentication Library (ADAL) and Azure AD Graph API will be deprecated. For more information, see [Update your applications to use Microsoft Authentication Library (MSAL) and Microsoft Graph API](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/update-your-applications-to-use-microsoft-authentication-library/ba-p/1257363).
356+
> Azure Active Directory (Azure AD) Authentication Library (ADAL) and Azure AD Graph API will be deprecated. For more information, see [Update your applications to use Microsoft Authentication Library (MSAL) and Microsoft Graph API](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/update-your-applications-to-use-microsoft-authentication-library/ba-p/1257363).
357357
358358
1. Start Visual Studio and then create a new Visual C# Console app (.NET Framework) project.
359359

memdocs/intune/developer/reports-proc-data-rest.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: Erikre
88
ms.author: erikre
99
manager: dougeby
10-
ms.date: 12/16/2021
10+
ms.date: 01/10/2022
1111
ms.topic: reference
1212
ms.service: microsoft-intune
1313
ms.subservice: developer
@@ -161,6 +161,10 @@ The following sample contains a simple REST client. The code uses the **httpClie
161161
2. Choose **File** > **New Project**. Expand **Visual C#**, and choose **Console App (.NET Framework)**.
162162
3. Name the project `IntuneDataWarehouseSamples`, browse to where you would like to save the project, and then select **OK**.
163163
4. Right-click the name of the solution in the Solution Explorer, and then select **Manage NuGet Packages for Solution**. Select **Browse**, and then type `Microsoft.IdentityModel.Clients.ActiveDirectory` in the search box.
164+
165+
> [!NOTE]
166+
> Azure Active Directory (Azure AD) Authentication Library (ADAL) and Azure AD Graph API will be deprecated. For more information, see [Update your applications to use Microsoft Authentication Library (MSAL) and Microsoft Graph API](https://techcommunity.microsoft.com/t5/azure-active-directory-identity/update-your-applications-to-use-microsoft-authentication-library/ba-p/1257363).
167+
164168
5. Choose the package, select the **IntuneDataWarehouseSamples** project under Manage Packages for Your Solution, and then select **Install**.
165169
6. Select **I Accept** to accept the NuGet package license.
166170
7. Open `Program.cs` from the Solution Explorer.

0 commit comments

Comments
 (0)