Skip to content

Commit 69e3bef

Browse files
committed
erikre-doc-12965151
1 parent 05729f1 commit 69e3bef

4 files changed

Lines changed: 16 additions & 6 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: 3 additions & 3 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

@@ -499,7 +499,7 @@ function Get-AuthToken {
499499
$Latest_Version = ($AadModule | select version | Sort-Object)[-1]
500500
$aadModule = $AadModule | ? { $_.version -eq $Latest_Version.version }
501501
$adal = Join-Path $AadModule.ModuleBase "Microsoft.IdentityModel.Clients.ActiveDirectory.dll"
502-
$adalforms = Join-Path $AadModule.ModuleBase "Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll"
502+
$adalforms = Join-Path $AadModule.ModuleBase "Microsoft.IdentityModel.Clients.ActiveDirectory.dll"
503503
}
504504

505505
else {

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.

memdocs/intune/enrollment/android-enterprise-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
author: Lenewsad
99
ms.author: lanewsad
1010
manager: dougeby
11-
ms.date: 10/20/2021
11+
ms.date: 01/10/2022
1212
ms.topic: overview
1313
ms.service: microsoft-intune
1414
ms.subservice: enrollment
@@ -72,6 +72,9 @@ Intune provides configuration templates for Gmail and Nine Work apps when manage
7272

7373
If you are using Exchange ActiveSync Conditional Access for an Android Enterprise personally-owned or corporate-owned work profile device, consider using either the Gmail or Nine Work email app. The Microsoft Outlook for Android app, or any other email app that uses modern authentication via ADAL, is also supported. For more information, see [How to configure email settings in Microsoft Intune](../configuration/email-settings-configure.md).
7474

75+
> [!NOTE]
76+
> 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).
77+
7578
## App protection policies
7679

7780
App protection policies applied are fully supported in the personally-owned/corporate-owned work profile and in the personal profile. You can publish line-of-business apps in the Android app publishing console at https://play.google.com/apps/publish. This console includes an option to make apps private to your organization. For more information, see [Add a device compliance policy for Android Enterprise work profile devices in Intune](../protect/compliance-policy-create-android-for-work.md). For general information about app protection policies, see [What are app protection policies?](../apps/app-protection-policy.md)

0 commit comments

Comments
 (0)