Skip to content

Commit c5f536d

Browse files
authored
Merge pull request #185860 from Dickson-Mwendia/wpf-desktop-app-quickstart
[MSID] Update WPF desktop app quickstart
2 parents 4e2a0c1 + b464ee3 commit c5f536d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/active-directory/develop/desktop-app-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ zone_pivot_groups: desktop-app-quickstart
2424
::: zone-end
2525

2626
::: zone pivot="devlang-windows-desktop"
27-
[!INCLUDE [Windows Desktop .NET](./includes/desktop-app/quickstart-windows-desktop.md)]
27+
[!INCLUDE [Windows Presentation Foundation](./includes/desktop-app/quickstart-windows-desktop.md)]
2828
::: zone-end
2929

3030
::: zone pivot="devlang-nodejs-electron"

articles/active-directory/develop/includes/desktop-app/quickstart-windows-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ ms.workload: identity
1111
ms.date: 01/14/2022
1212
ms.author: jmprieur
1313
ms.custom: aaddev, identityplatformtop40, mode-api
14-
#Customer intent: As an application developer, I want to learn how my Windows desktop .NET application can get an access token and call an API that's protected by the Microsoft identity platform.
14+
#Customer intent: As an application developer, I want to learn how my Windows Presentation Foundation (WPF) application can get an access token and call an API that's protected by the Microsoft identity platform.
1515
---
1616

1717

18-
In this quickstart, you download and run a code sample that demonstrates how a Windows desktop .NET (WPF) application can sign in users and get an access token to call the Microsoft Graph API.
18+
In this quickstart, you download and run a code sample that demonstrates how a Windows Presentation Foundation (WPF) application can sign in users and get an access token to call the Microsoft Graph API.
1919

2020
See [How the sample works](#how-the-sample-works) for an illustration.
2121

articles/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ groups:
518518
- id: devlang-uwp
519519
title: Universal Windows Platform
520520
- id: devlang-windows-desktop
521-
title: Windows Desktop .NET
521+
title: Windows Presentation Foundation
522522
- id: devlang-nodejs-electron
523523
title: Node.js Electron
524524
## Console app ##

0 commit comments

Comments
 (0)