Skip to content

Commit 8593042

Browse files
Merge pull request #176196 from TimShererWithAquent/10182021authortag
Resolve live publish PR issue
2 parents 1a79cc7 + df82f6e commit 8593042

11 files changed

+20
-22
lines changed

articles/active-directory/develop/msal-compare-msal-js-and-adal-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "Migrate your JavaScript application from ADAL.js to MSAL.js | Azure"
33
titleSuffix: Microsoft identity platform
44
description: How to update your existing JavaScript application to use the Microsoft Authentication Library (MSAL) for authentication and authorization instead of the Active Directory Authentication Library (ADAL).
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: how-to
1212
ms.workload: identity
1313
ms.date: 07/06/2021
14-
ms.author: v-doeris
14+
ms.author: karenhoran
1515
ms.custom: has-adal-ref
1616
#Customer intent: As an application developer, I want to learn how to change the code in my JavaScript application from using ADAL.js as its authentication library to MSAL.js.
1717
---

articles/active-directory/develop/msal-node-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "Migrate your Node.js application from ADAL to MSAL | Azure"
33
titleSuffix: Microsoft identity platform
44
description: How to update your existing Node.js application to use the Microsoft Authentication Library (MSAL) for authentication and authorization instead of the Active Directory Authentication Library (ADAL).
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: how-to
1212
ms.workload: identity
1313
ms.date: 04/26/2021
14-
ms.author: v-doeris
14+
ms.author: karenhoran
1515
ms.custom: has-adal-ref
1616
#Customer intent: As an application developer, I want to learn how to change the code in my Node.js application from using ADAL as its authentication library to MSAL.
1717
---

articles/active-directory/develop/quickstart-v2-nodejs-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Quickstart: Call Microsoft Graph from a Node.js console app | Azure"
33
titleSuffix: Microsoft identity platform
44
description: In this quickstart, you download and run a code sample that shows how a Node.js console application can get an access token and call an API protected by a Microsoft identity platform endpoint, using the app's own identity
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: quickstart
1212
ms.date: 02/17/2021
13-
ms.author: v-doeris
13+
ms.author: karenhoran
1414
#Customer intent: As an application developer, I want to learn how my Node.js app can get an access token and call an API that is protected by an Microsoft identity platform endpoint using client credentials flow.
1515
---
1616

articles/active-directory/develop/quickstart-v2-nodejs-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Quickstart: Call Microsoft Graph from a Node.js desktop app | Azure"
33
titleSuffix: Microsoft identity platform
44
description: In this quickstart, you learn how a Node.js Electron desktop application can sign-in users and get an access token to call an API protected by a Microsoft identity platform endpoint
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: quickstart
1212
ms.date: 02/17/2021
13-
ms.author: v-doeris
13+
ms.author: karenhoran
1414
#Customer intent: As an application developer, I want to learn how my Node.js Electron desktop application can get an access token and call an API that's protected by a Microsoft identity platform endpoint.
1515
---
1616

articles/active-directory/develop/tutorial-v2-nodejs-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Tutorial: Call Microsoft Graph in a Node.js console app | Azure"
33
titleSuffix: Microsoft identity platform
44
description: In this tutorial, you build a console app for calling Microsoft Graph to a Node.js console app.
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: tutorial
1212
ms.date: 02/17/2021
13-
ms.author: v-doeris
13+
ms.author: karenhoran
1414
---
1515

1616
# Tutorial: Call the Microsoft Graph API in a Node.js console app

articles/active-directory/develop/tutorial-v2-nodejs-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Tutorial: Sign in users and call the Microsoft Graph API in an Electron
33
titleSuffix: Microsoft identity platform
44
description: In this tutorial, you build an Electron desktop app that can sign in users and use the auth code flow to obtain an access token from the Microsoft identity platform and call the Microsoft Graph API.
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: tutorial
1212
ms.date: 02/17/2021
13-
ms.author: v-doeris
13+
ms.author: karenhoran
1414
---
1515

1616
# Tutorial: Sign in users and call the Microsoft Graph API in an Electron desktop app

articles/active-directory/develop/tutorial-v2-nodejs-webapp-msal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Tutorial: Sign in users in a Node.js & Express web app | Azure"
33
titleSuffix: Microsoft identity platform
44
description: In this tutorial, you add support for signing-in users in a web app.
55
services: active-directory
6-
author: derisen
6+
author: KarenH444
77
manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: tutorial
1212
ms.date: 02/17/2021
13-
ms.author: v-doeris
13+
ms.author: karenhoran
1414
---
1515

1616
# Tutorial: Sign in users in a Node.js & Express web app

articles/machine-learning/how-to-understand-automated-ml.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Evaluate AutoML experiment results
33
titleSuffix: Azure Machine Learning
44
description: Learn how to view and evaluate charts and metrics for each of your automated machine learning experiment runs.
55
services: machine-learning
6-
author: gregorybchris
7-
ms.author: chgrego
86
ms.reviewer: nibaccam
97
ms.service: machine-learning
108
ms.subservice: automl

articles/migrate/policy-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Lists Azure Policy built-in policy definitions for Azure Migrate. T
44
ms.date: 10/11/2021
55
ms.topic: reference
66
ms.service: azure-migrate
7-
author: SGSneha
8-
ms.author: SGSneha
7+
author: MaggiePucciEvans
8+
ms.author: evansma
99
ms.custom: subject-policy-reference
1010
---
1111
# Azure Policy built-in definitions for Azure Migrate

articles/migrate/troubleshoot-network-connectivity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Troubleshoot network connectivity issues | Microsoft Docs
33
description: Provides troubleshooting tips for common errors in using Azure Migrate with private endpoints.
4-
author: SGSneha
5-
ms.author: SGSneha
4+
author: MaggiePucciEvans
5+
ms.author: evansma
66
ms.manager: deseelam
77
ms.service: azure-migrate
88
ms.topic: conceptual

0 commit comments

Comments
 (0)