Skip to content

Commit b9c3891

Browse files
authored
Merge pull request #180293 from rolyon/rolyon-aadroles-admin-units-graph-api-update
[Azure AD roles] Admin units Graph API update
2 parents a7729cc + 6a65e57 commit b9c3891

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/active-directory/roles/admin-units-add-manage-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.topic: how-to
1010
ms.subservice: roles
1111
ms.workload: identity
12-
ms.date: 05/14/2021
12+
ms.date: 11/18/2021
1313
ms.author: rolyon
1414
ms.reviewer: anandy
1515
ms.custom: oldportal;it-pro;
@@ -89,7 +89,7 @@ Run the following commands:
8989
Request
9090

9191
```http
92-
POST /administrativeUnits/{admin-unit-id}/members/$ref
92+
POST /directory/administrativeUnits/{admin-unit-id}/members/$ref
9393
```
9494

9595
Body

articles/active-directory/roles/admin-units-add-manage-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.topic: how-to
1010
ms.subservice: roles
1111
ms.workload: identity
12-
ms.date: 05/14/2021
12+
ms.date: 11/18/2021
1313
ms.author: rolyon
1414
ms.reviewer: anandy
1515
ms.custom: oldportal;it-pro;
@@ -88,7 +88,7 @@ Replace the placeholder with test information and run the following command:
8888
Request
8989

9090
```http
91-
POST /administrativeUnits/{admin-unit-id}/members/$ref
91+
POST /directory/administrativeUnits/{admin-unit-id}/members/$ref
9292
```
9393

9494
Body

articles/active-directory/roles/admin-units-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.topic: how-to
1010
ms.subservice: roles
1111
ms.workload: identity
12-
ms.date: 05/14/2021
12+
ms.date: 11/18/2021
1313
ms.author: rolyon
1414
ms.reviewer: anandy
1515
ms.custom: oldportal;it-pro;
@@ -63,7 +63,7 @@ You can modify the values that are enclosed in quotation marks, as required.
6363
Request
6464

6565
```http
66-
POST /administrativeUnits
66+
POST /directory/administrativeUnits
6767
```
6868

6969
Body
@@ -105,7 +105,7 @@ You can modify the values that are enclosed in quotation marks, as required for
105105
Request
106106

107107
```http
108-
DELETE /administrativeUnits/{admin-unit-id}
108+
DELETE /directory/administrativeUnits/{admin-unit-id}
109109
```
110110

111111
Body

0 commit comments

Comments
 (0)