Skip to content

Commit 97c1e42

Browse files
committed
Fix directory settings
1 parent c8a63f2 commit 97c1e42

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

api-reference/beta/api/directorysetting-delete.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ Delete a directory setting.
2121
## Permissions
2222
The following tables show the least privileged permission or permissions required to call this API on each supported resource type. Follow [best practices](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions) to request least privileged permissions. For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2323

24-
### For all settings except the Consent Policy Settings object
24+
### For tenant-wide settings
2525

2626
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2727
[!INCLUDE [permissions-table](../includes/permissions/directorysetting-delete-permissions.md)]
2828

29-
### For the Consent Policy Settings object
30-
31-
The following permissions are required to update the "Consent Policy Settings" **directorySetting** object.
29+
### For group-specific settings
3230

3331
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3432
[!INCLUDE [permissions-table](../includes/permissions/directorysetting-delete-2-permissions.md)]

api-reference/beta/includes/permissions/directorysetting-delete-2-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|Policy.ReadWrite.Authorization|Directory.ReadWrite.All|
9+
|Delegated (work or school account)|Group.ReadWrite.All|Directory.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Policy.ReadWrite.Authorization|Directory.ReadWrite.All|
11+
|Application|Group.ReadWrite.All|Directory.ReadWrite.All|
1212

api-reference/v1.0/api/groupsetting-delete.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ Delete a tenant-level or group-specific [groupSetting](../resources/groupsetting
2020

2121
The following tables show the least privileged permission or permissions required to call this API on each supported resource type. Follow [best practices](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions) to request least privileged permissions. For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

23-
### For all settings except the Consent Policy Settings object
23+
### For tenant-wide settings
2424

2525
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2626
[!INCLUDE [permissions-table](../includes/permissions/groupsetting-delete-permissions.md)]
2727

28-
### For the Consent Policy Settings object
29-
30-
The following permissions are required to update the "Consent Policy Settings" **directorySetting** object.
28+
### For group-specific settings
3129

3230
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
3331
[!INCLUDE [permissions-table](../includes/permissions/groupsetting-delete-2-permissions.md)]

api-reference/v1.0/includes/permissions/groupsetting-delete-2-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|Policy.ReadWrite.Authorization|Directory.ReadWrite.All|
9+
|Delegated (work or school account)|Group.ReadWrite.All|Directory.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Policy.ReadWrite.Authorization|Directory.ReadWrite.All|
11+
|Application|Group.ReadWrite.All|Directory.ReadWrite.All|
1212

0 commit comments

Comments
 (0)