Skip to content

Commit 696bf67

Browse files
committed
Update exposed-apis-create-app-partners.md
1 parent cdc156f commit 696bf67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-endpoint/api/exposed-apis-create-app-partners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following steps guide you how to create a Microsoft Entra application, get a
8181

8282
- On your application page, select **API Permissions** \> **Add permission** \> **APIs my organization uses** > type **WindowsDefenderATP** and select on **WindowsDefenderATP**.
8383

84-
- Note that `WindowsDefenderATP` doesn't appear in the original list. Start writing its name in the text box to see it appear.
84+
- `WindowsDefenderATP` doesn't appear in the original list. Start writing its name in the text box to see it appear.
8585

8686
:::image type="content" source="../media/add-permission.png" alt-text="The Add a permission option" lightbox="../media/add-permission.png":::
8787

@@ -185,7 +185,7 @@ return $token
185185
using Microsoft.Identity.Client;
186186
```
187187

188-
This code was tested with Nuget `Microsoft.Identity.Client`.
188+
This code was tested with NuGet `Microsoft.Identity.Client`.
189189

190190
4. Copy/Paste the following code in your application (don't forget to update the three variables: `tenantId`, `appId`, and `appSecret`).
191191

0 commit comments

Comments
 (0)