Skip to content

Commit f9fdc5b

Browse files
author
ajburnle
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into azuread-elm-reprocesstroubleshoot
2 parents c8b0e75 + 50b8be5 commit f9fdc5b

File tree

120 files changed

+2715
-1256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+2715
-1256
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7382,6 +7382,11 @@
73827382
"redirect_url": "/azure/logic-apps/logic-apps-using-sap-connector",
73837383
"redirect_document_id": true
73847384
},
7385+
{
7386+
"source_path": "articles/logic-apps/logic-apps-schema-2015-08-01.md",
7387+
"redirect_url": "/azure/logic-apps/logic-apps-schema-2016-04-01",
7388+
"redirect_document_id": true
7389+
},
73857390
{
73867391
"source_path": "articles/scheduler/get-started-portal.md",
73877392
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps"
@@ -32076,6 +32081,16 @@
3207632081
"redirect_url": "/azure/api-management/mock-api-responses",
3207732082
"redirect_document_id": false
3207832083
},
32084+
{
32085+
"source_path": "articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-k8s.md",
32086+
"redirect_url": "/azure/api-management/how-to-deploy-self-hosted-gateway-kubernetes",
32087+
"redirect_document_id": false
32088+
},
32089+
{
32090+
"source_path": "articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-docker.md",
32091+
"redirect_url": "/azure/api-management/how-to-deploy-self-hosted-gateway-docker",
32092+
"redirect_document_id": false
32093+
},
3207932094
{
3208032095
"source_path": "articles/container-service/kubernetes/container-service-deploy-spring-boot-app-on-kubernetes.md",
3208132096
"redirect_url": "/java/azure/spring-framework/deploy-spring-boot-java-app-on-kubernetes",

articles/active-directory/authentication/concept-authentication-passwordless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The following providers offer FIDO2 security keys of different form factors that
116116
| eWBM | [https://www.ewbm.com/support](https://www.ewbm.com/support) |
117117
| AuthenTrend | [https://authentrend.com/about-us/#pg-35-3](https://authentrend.com/about-us/#pg-35-3) |
118118
| Gemalto (Thales Group) | [https://safenet.gemalto.com/multi-factor-authentication/authenticators/passwordless-authentication/](https://safenet.gemalto.com/multi-factor-authentication/authenticators/passwordless-authentication/) |
119-
| OneSpan Inc. | [https://www.onespan.com/sites/default/files/2019-01/OneSpan-FIDO-Authentication.pdf](https://www.onespan.com/sites/default/files/2019-01/OneSpan-FIDO-Authentication.pdf) |
119+
| OneSpan Inc. | [https://www.onespan.com/products/fido](https://www.onespan.com/products/fido) |
120120
| IDmelon Technologies Inc. | [https://www.idmelon.com/#idmelon](https://www.idmelon.com/#idmelon) |
121121

122122
> [!NOTE]

articles/active-directory/devices/hybrid-azuread-join-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ As a first planning step, you should review your environment and determine wheth
9191
If your Windows 10 domain joined devices are [Azure AD registered](overview.md#getting-devices-in-azure-ad) to your tenant, it could lead to a dual state of Hybrid Azure AD joined and Azure AD registered device. We recommend upgrading to Windows 10 1803 (with KB4489894 applied) or above to automatically address this scenario. In pre-1803 releases, you will need to remove the Azure AD registered state manually before enabling Hybrid Azure AD join. In 1803 and above releases, the following changes have been made to avoid this dual state:
9292

9393
- Any existing Azure AD registered state for a user would be automatically removed <i>after the device is Hybrid Azure AD joined and the same user logs in</i>. For example, if User A had an Azure AD registered state on the device, the dual state for User A is cleaned up only when User A logs in to the device. if there are multiple users on the same device, the dual state is cleaned up individually when those users log in.
94-
- You can prevent your domain joined device from being Azure AD registered by adding this registry key - HKLM\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin, "BlockAADWorkplaceJoin"=dword:00000001.
94+
- You can prevent your domain joined device from being Azure AD registered by adding the following registry value to HKLM\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin: "BlockAADWorkplaceJoin"=dword:00000001.
9595
- In Windows 10 1803, if you have Windows Hello for Business configured, the user needs to re-setup Windows Hello for Business after the dual state clean up.This issue has been addressed with KB4512509
9696

9797
> [!NOTE]

articles/active-directory/users-groups-roles/groups-bulk-import-members.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Bulk import upload to add members to a group - Azure Active Directory | Microsoft Docs
2+
title: Bulk upload to add or create members of a group - Azure Active Directory | Microsoft Docs
33
description: Add group members in bulk in the Azure Active Directory admin center.
44
services: active-directory
55
author: curtand
66
ms.author: curtand
77
manager: mtillman
8-
ms.date: 04/16/2020
8+
ms.date: 04/27/2020
99
ms.topic: conceptual
1010
ms.service: active-directory
1111
ms.subservice: users-groups-roles
@@ -19,6 +19,27 @@ ms.collection: M365-identity-device-management
1919

2020
Using Azure Active Directory (Azure AD) portal, you can add a large number of members to a group by using a comma-separated values (CSV) file to bulk import group members.
2121

22+
## Understand the CSV template
23+
24+
Download and fill in the bulk upload CSV template to successfully add Azure AD group members in bulk. Your CSV template might look like this example:
25+
26+
![Spreadsheet for upload and call-outs explaining the purpose and values for each row and column](./media/groups-bulk-import-members/template-with-callouts.png)
27+
28+
### CSV template structure
29+
30+
The rows in a downloaded CSV template are as follows:
31+
32+
- **Version number**: The first row containing the version number must be included in the upload CSV.
33+
- **Column headings**: The format of the column headings is &lt;*Item name*&gt; [PropertyName] &lt;*Required or blank*&gt;. For example, `Member object ID or user principal name [memberObjectIdOrUpn] Required`. Some older versions of the template might have slight variations. For group membership changes, you have the option of which identifier to use: member object ID or user principal name.
34+
- **Examples row**: We have included in the template a row of examples of acceptable values for each column. You must remove the examples row and replace it with your own entries.
35+
36+
### Additional guidance
37+
38+
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
39+
- The required columns are listed first.
40+
- We don't recommend adding new columns to the template. Any additional columns you add are ignored and not processed.
41+
- We recommend that you download the latest version of the CSV template as often as possible.
42+
2243
## To bulk import group members
2344

2445
1. Sign in to [the Azure portal](https://portal.azure.com) with a User administrator account in the organization. Group owners can also bulk import members of groups they own.

articles/active-directory/users-groups-roles/groups-bulk-remove-members.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: active-directory
55
author: curtand
66
ms.author: curtand
77
manager: mtillman
8-
ms.date: 04/16/2020
8+
ms.date: 04/27/2020
99
ms.topic: conceptual
1010
ms.service: active-directory
1111
ms.subservice: users-groups-roles
@@ -19,6 +19,27 @@ ms.collection: M365-identity-device-management
1919

2020
Using Azure Active Directory (Azure AD) portal, you can remove a large number of members from a group by using a comma-separated values (CSV) file to bulk remove group members.
2121

22+
## Understand the CSV template
23+
24+
Download and fill in the bulk upload CSV template to successfully add Azure AD group members in bulk. Your CSV template might look like this example:
25+
26+
![Spreadsheet for upload and call-outs explaining the purpose and values for each row and column](./media/groups-bulk-remove-members/template-example.png)
27+
28+
### CSV template structure
29+
30+
The rows in a downloaded CSV template are as follows:
31+
32+
- **Version number**: The first row containing the version number must be included in the upload CSV.
33+
- **Column headings**: The format of the column headings is &lt;*Item name*&gt; [PropertyName] &lt;*Required or blank*&gt;. For example, `Member object ID or user principal name [memberObjectIdOrUpn] Required`. Some older versions of the template might have slight variations. For group membership changes, you have the option of which identifier to use: member object ID or user principal name.
34+
- **Examples row**: We have included in the template a row of examples of acceptable values for each column. You must remove the examples row and replace it with your own entries.
35+
36+
### Additional guidance
37+
38+
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
39+
- The required columns are listed first.
40+
- We don't recommend adding new columns to the template. Any additional columns you add are ignored and not processed.
41+
- We recommend that you download the latest version of the CSV template as often as possible.
42+
2243
## To bulk remove group members
2344

2445
1. Sign in to [the Azure portal](https://portal.azure.com) with a User administrator account in the organization. Group owners can also bulk remove members of groups they own.
4.05 KB
Loading
33.6 KB
Loading
3.82 KB
Loading
43.1 KB
Loading
-50.2 KB
Loading

0 commit comments

Comments
 (0)