Skip to content

Commit c82260d

Browse files
authored
Merge pull request #25839 from microsoftgraph/main
Merge to publish.
2 parents 02f4368 + bb84a59 commit c82260d

File tree

89 files changed

+1169
-994
lines changed

Some content is hidden

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

89 files changed

+1169
-994
lines changed

api-reference/beta/api/aiinteractionhistory-getallenterpriseinteractions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Namespace: microsoft.graph
2222

2323
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-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).
2424

25-
<!-- { "blockType": "permissions", "name": "aiinteractionhistory-getallenterpriseinteractions" } -->
25+
<!-- { "blockType": "permissions", "name": "aiinteractionhistory_getallenterpriseinteractions" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/aiinteractionhistory-getallenterpriseinteractions-permissions.md)]
2727

2828
## HTTP request

api-reference/beta/api/backuprestoreroot-enable.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In the request body, supply a JSON representation of the following parameter.
4747

4848
|Parameter|Type|Description|
4949
|:---|:---|:---|
50-
|appOwnerTenantId|String|The ID of the tenant in which this application is registered. Required.|
50+
|appOwnerTenantId|String|The ID of the owning tenant. The owning tenant contains the billing profile.|
5151

5252
## Response
5353

@@ -135,4 +135,3 @@ HTTP/1.1 200 OK
135135
"lastModifiedDateTime":"2023-06-19T12:01:03.45Z"
136136
}
137137
```
138-

api-reference/beta/api/backuprestoreroot-list-restoresessions.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ Content-Type: application/json
120120
"@odata.type": "#microsoft.graph.sharepointRestoreSession",
121121
"id": "959ba739-70b5-43c4-8c90-b2c22014f18b",
122122
"status": "active",
123+
"restoreJobType": "standard",
124+
"restoreSessionArtifactCount": {
125+
"total": 2,
126+
"completed": 1,
127+
"inProgress": 1,
128+
"failed": 0
129+
},
123130
"createdBy": {
124131
"application": {
125132
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -148,6 +155,13 @@ Content-Type: application/json
148155
"@odata.type": "#microsoft.graph.exchangeRestoreSession",
149156
"id": "959ba739-70b5-43c4-8c90-b2c22014f18b",
150157
"status": "active",
158+
"restoreJobType": "standard",
159+
"restoreSessionArtifactCount": {
160+
"total": 2,
161+
"completed": 1,
162+
"inProgress": 1,
163+
"failed": 0
164+
},
151165
"createdBy": {
152166
"application": {
153167
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -176,6 +190,13 @@ Content-Type: application/json
176190
"@odata.type": "#microsoft.graph.oneDriveForBusinessRestoreSession",
177191
"id": "959ba739-70b5-43c4-8c90-b2c22014f18b",
178192
"status": "active",
193+
"restoreJobType": "standard",
194+
"restoreSessionArtifactCount": {
195+
"total": 2,
196+
"completed": 1,
197+
"inProgress": 1,
198+
"failed": 0
199+
},
179200
"createdBy": {
180201
"application": {
181202
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -204,6 +225,13 @@ Content-Type: application/json
204225
"@odata.type": "#microsoft.graph.sharepointRestoreSession",
205226
"id": "c86a1eaf-1925-46cc-8ab2-567302dd78a9",
206227
"status": "failed", // Newly Added
228+
"restoreJobType": "standard",
229+
"restoreSessionArtifactCount": {
230+
"total": 2,
231+
"completed": 0,
232+
"inProgress": 0,
233+
"failed": 2
234+
},
207235
"createdBy": {
208236
"application": {
209237
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

api-reference/beta/api/backuprestoreroot-post-exchangerestoresessions.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ Content-Type: application/json
145145
"@odata.context": "/solutions/backupRestore/$metadata#exchangeRestoreSessions/$entity",
146146
"id": "959ba739-70b5-43c4-8c90-b2c22014f18b",
147147
"status": "draft",
148+
"restoreJobType": "standard",
149+
"restoreSessionArtifactCount": {
150+
"total": 2,
151+
"completed": 0,
152+
"inProgress": 0,
153+
"failed": 0
154+
},
148155
"createdBy": {
149156
"application": {
150157
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -251,6 +258,13 @@ Content-Type: application/json
251258
"@odata.context": "/solutions/backupRestore/$metadata#exchangeRestoreSessions/$entity",
252259
"id": "959ba739-70b5-43c4-8c90-b2c22014f18b",
253260
"status": "draft",
261+
"restoreJobType": "standard",
262+
"restoreSessionArtifactCount": {
263+
"total": 2,
264+
"completed": 0,
265+
"inProgress": 0,
266+
"failed": 0
267+
},
254268
"createdBy": {
255269
"application": {
256270
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

api-reference/beta/api/backuprestoreroot-post-onedriveforbusinessrestoresessions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create oneDriveForBusinessRestoreSession"
3-
description: "Create a new OneDrive for Business restore session."
3+
description: "Create a new OneDrive for Work or School restore session."
44
author: "tushar20"
55
ms.reviewer: "manikantsinghms"
66
ms.localizationpriority: medium
@@ -142,6 +142,13 @@ Content-Type: application/json
142142
"@odata.context": "/solutions/backupRestore/$metadata#oneDriveForBusinessRestoreSession/$entity",
143143
"id": "959ba739-70b5-43c4-8c90-b2c22014f18b",
144144
"status": "draft",
145+
"restoreJobType": "standard",
146+
"restoreSessionArtifactCount": {
147+
"total": 2,
148+
"completed": 0,
149+
"inProgress": 0,
150+
"failed": 0
151+
},
145152
"createdBy": {
146153
"application": {
147154
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

api-reference/beta/api/backuprestoreroot-post-sharepointrestoresessions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ Content-Type: application/json
142142
"@odata.type": "#microsoft.graph.sharepointRestoreSession",
143143
"id": "61633878-8321-4950-bfaf-ed285bdd1461",
144144
"status": "activating",
145+
"restoreJobType": "standard",
146+
"restoreSessionArtifactCount": {
147+
"total": 2,
148+
"completed": 0,
149+
"inProgress": 2,
150+
"failed": 0
151+
},
145152
"createdBy": {
146153
"application": {
147154
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

api-reference/beta/api/changetrackedentity-stagefordeletion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Draft changes are only visible to managers. Team members aren't sent notificatio
2020

2121
## Permissions
2222

23-
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
23+
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-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).
2424

2525
<!-- {
2626
"blockType": "permissions",

api-reference/beta/api/employeeexperience-post-learningproviders.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "malabikaroy"
55
ms.localizationpriority: medium
66
ms.subservice: "viva-learning"
77
doc_type: apiPageType
8+
ms.date: 12/04/2024
89
---
910

1011
# Create learningProvider
@@ -23,8 +24,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2324
[!INCLUDE [permissions-table](../includes/permissions/employeeexperience-post-learningproviders-permissions.md)]
2425

2526
> **Note:** The following are required for the user:
26-
> - Viva Suite or Viva Learning license
27-
> - Global admin, knowledge admin role
27+
> - Viva Suite or Viva Learning license.
28+
> - A supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json), where Knowledge Administrator is the least privileged supported role.
2829
2930
## HTTP request
3031

api-reference/beta/api/exchangerestoresession-list-mailboxrestoreartifacts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Content-Type: application/json
125125
"completionDateTime": "2023-12-04T13:22:12.7209691Z",
126126
"restoredFolderId": "0bdb38aa-5ad4-43ae-b63d-54426c97caa3",
127127
"restoredFolderName": "testmailbox101",
128+
"restoredItemCount": 5,
128129
"restorePoint": {
129130
"id": "ffd2687a-f507-4a82-9dff-2fa78cfdaa41_1801645000_12_2",
130131
"protectionDateTime": "2023-12-04T00:00:00Z",
@@ -139,6 +140,7 @@ Content-Type: application/json
139140
"completionDateTime": "2024-02-10T13:22:12.7209691Z",
140141
"restoredFolderId": "f8bb7c43-dabd-4300-a56a-510f093bc537",
141142
"restoredFolderName": "testmailbox102",
143+
"restoredItemCount": 10,
142144
"restorePoint": {
143145
"id": "86ba0fa7-db56-4c70-bf47-62adafefc0ee_1801645000_12_2",
144146
"protectionDateTime": "2024-02-10T00:00:00Z",

api-reference/beta/api/newslinkpage-list.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Get a list of the [newsLinkPage](../resources/newslinkpage.md) objects and their
2020

2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-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-
<!-- {
24-
"blockType": "permissions",
25-
"name": "newslinkpage-list-permissions"
26-
}
27-
-->
23+
<!-- { "blockType": "permissions", "name": "newslinkpage_list" } -->
2824
[!INCLUDE [permissions-table](../includes/permissions/newslinkpage-list-permissions.md)]
2925

3026
## HTTP request

api-reference/beta/api/openshift-post.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: "Create openShift"
3-
description: "Create an instance of openshift object."
3+
description: "Create an instance of openShift object."
44
ms.localizationpriority: medium
55
author: "akumar39"
66
ms.subservice: "teams"
77
doc_type: "apiPageType"
8+
ms.date: 11/30/2024
89
---
910

1011
# Create openShift
@@ -13,7 +14,7 @@ Namespace: microsoft.graph
1314

1415
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1516

16-
Create an instance of an [openshift](../resources/openshift.md) object.
17+
Create an instance of an [openShift](../resources/openshift.md) object.
1718

1819
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
1920

@@ -56,7 +57,8 @@ The following example shows a request.
5657
# [HTTP](#tab/http)
5758
<!-- {
5859
"blockType": "request",
59-
"name": "openshift_post"
60+
"name": "openshift_post",
61+
"sampleKeys": ["788b75d2-a911-48c0-a5e2-dc98480457e3"]
6062
}-->
6163

6264
```http

api-reference/beta/api/restoresessionbase-activate.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ Content-Type: application/json
133133
"@odata.type": "#microsoft.graph.sharepointRestoreSession",
134134
"id": "61633878-8321-4950-bfaf-ed285bdd1461",
135135
"status": "activating",
136+
"restoreJobType": "standard",
137+
"restoreSessionArtifactCount": {
138+
"total": 2,
139+
"completed": 0,
140+
"inProgress": 2,
141+
"failed": 0
142+
},
136143
"createdBy": {
137144
"application": {
138145
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

api-reference/beta/api/restoresessionbase-get.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ Content-Type: application/json
118118
"@odata.type": "#microsoft.graph.sharepointRestoreSession",
119119
"id": "959ba739-70b5-43c4-8c90-b2c22014f18b",
120120
"status": "active",
121+
"restoreJobType": "standard",
122+
"restoreSessionArtifactCount": {
123+
"total": 2,
124+
"completed": 1,
125+
"inProgress": 1,
126+
"failed": 0
127+
},
121128
"createdBy": {
122129
"application": {
123130
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

api-reference/beta/api/sitepage-createfromtemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Create a new [sitePage](../resources/sitepage.md) from a [pageTemplate](../resou
2020

2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-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-
<!-- { "blockType": "permissions", "name": "sitepage_createFromTemplate" } -->
23+
<!-- { "blockType": "permissions", "name": "sitepage_createfromtemplate" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/sitepage-createfromtemplate-permissions.md)]
2525

2626
## HTTP request

api-reference/beta/includes/permissions/application-post-onlinemeetings-2-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetings.ReadWrite|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|OnlineMeetings.ReadWrite.All|Not available.|
11+
|Application|OnlineMeetings.ReadWrite.All|Not available.|
12+

api-reference/beta/includes/permissions/application-post-onlinemeetings-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetings.ReadWrite|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Not supported.|Not supported.|
11+
|Application|Not supported.|Not supported.|
12+

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

Lines changed: 1 addition & 1 deletion
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)|UserAuthenticationMethod.ReadWrite.All|Not available.|
9+
|Delegated (work or school account)|UserAuthenticationMethod.ReadWrite|UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|UserAuthenticationMethod.ReadWrite.All|Not available.|
1212

api-reference/beta/includes/permissions/fido2authenticationmethod-delete-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|UserAuthenticationMethod.ReadWrite|UserAuthenticationMethod.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Not supported.|Not supported.|
11+
|Application|UserAuthenticationMethod.ReadWrite.All|Not available.|
1212

api-reference/beta/includes/permissions/newslinkpage-create-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|Sites.ReadWrite.All|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Sites.ReadWrite.All|Not available.|
11+
|Application|Sites.ReadWrite.All|Not available.|
12+

api-reference/beta/includes/permissions/newslinkpage-list-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|Sites.Read.All|Sites.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Sites.Read.All|Sites.ReadWrite.All|
11+
|Application|Sites.Read.All|Sites.ReadWrite.All|
12+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetings.ReadWrite|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|OnlineMeetings.ReadWrite.All|Not available.|
11+
|Application|OnlineMeetings.ReadWrite.All|Not available.|
12+

api-reference/beta/includes/permissions/onlinemeeting-delete-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetings.ReadWrite|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Not supported.|Not supported.|
11+
|Application|Not supported.|Not supported.|
12+

api-reference/beta/includes/permissions/onlinemeeting-get-2-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetings.Read|OnlineMeetings.ReadWrite|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|OnlineMeetings.Read.All|OnlineMeetings.ReadWrite.All|
11+
|Application|OnlineMeetings.Read.All|OnlineMeetings.ReadWrite.All|
12+

api-reference/beta/includes/permissions/onlinemeeting-get-3-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetingArtifact.Read.All|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|OnlineMeetingArtifact.Read.All|Not available.|
11+
|Application|OnlineMeetingArtifact.Read.All|Not available.|
12+

api-reference/beta/includes/permissions/onlinemeeting-get-4-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetingArtifact.Read.All|OnlineMeetings.Read, OnlineMeetings.ReadWrite|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|OnlineMeetingArtifact.Read.All|Not available.|
11+
|Application|OnlineMeetingArtifact.Read.All|Not available.|
12+

api-reference/beta/includes/permissions/onlinemeeting-get-5-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetingArtifact.Read.All|OnlineMeetings.Read, OnlineMeetings.ReadWrite|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|OnlineMeetingArtifact.Read.All|OnlineMeetings.Read.All, OnlineMeetings.ReadWrite.All|
11+
|Application|OnlineMeetingArtifact.Read.All|OnlineMeetings.Read.All, OnlineMeetings.ReadWrite.All|
12+

api-reference/beta/includes/permissions/onlinemeeting-get-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetings.Read|OnlineMeetings.ReadWrite|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Not supported.|Not supported.|
11+
|Application|Not supported.|Not supported.|
12+

api-reference/beta/includes/permissions/onlinemeeting-update-2-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetings.ReadWrite|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|OnlineMeetings.ReadWrite.All|Not available.|
11+
|Application|OnlineMeetings.ReadWrite.All|Not available.|
12+

api-reference/beta/includes/permissions/onlinemeeting-update-permissions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ms.localizationpriority: medium
88
|:---|:---|:---|
99
|Delegated (work or school account)|OnlineMeetings.ReadWrite|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Not supported.|Not supported.|
11+
|Application|Not supported.|Not supported.|
12+

api-reference/beta/includes/permissions/sitepage-createfromtemplate-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)|Sites.ReadWrite.All|Not available.|
9+
|Delegated (work or school account)|Sites.ReadWrite.All|Sites.FullControl.All, Sites.Manage.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Sites.ReadWrite.All|Not available.|
11+
|Application|Sites.ReadWrite.All|Sites.FullControl.All, Sites.Manage.All|
1212

0 commit comments

Comments
 (0)