Skip to content

Commit 3f61725

Browse files
committed
Update connector-sharepoint-online-list.md
1 parent 2f06b62 commit 3f61725

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/data-factory/connector-sharepoint-online-list.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,26 @@ The SharePoint List Online connector uses service principal authentication to co
4949
- Specify the following Permission Request XML for SharePoint Online site "Owner" role and "Admin" role respectively.
5050
- For "Owner" role, the Permission Request XML is:
5151

52-
```xml
53-
<AppPermissionRequests>
54-
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
55-
</AppPermissionRequests>
56-
```
52+
```xml
53+
<AppPermissionRequests>
54+
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
55+
</AppPermissionRequests>
56+
```
5757
58-
:::image type="content" source="media/connector-sharepoint-online-list/sharepoint-online-grant-permission-owner.png" alt-text="Grant SharePoint Online site permission to your registered application when you have "Owner" role.":::
58+
:::image type="content" source="media/connector-sharepoint-online-list/sharepoint-online-grant-permission-owner.png" alt-text="Grant SharePoint Online site permission to your registered application when you have "Owner" role.":::
5959

60-
> [!NOTE]
61-
> You can find the owner by going to the site home page -> click the "X members" in the right corner -> check who has the "Owner" role.
60+
> [!NOTE]
61+
> You can find the owner by going to the site home page -> click the "X members" in the right corner -> check who has the "Owner" role.
6262

6363
- For "Admin" role, the Permission Request XML is:
6464

65-
```xml
66-
<AppPermissionRequests AllowAppOnlyPolicy="true">
67-
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
68-
</AppPermissionRequests>
69-
```
70-
71-
:::image type="content" source="media/connector-sharepoint-online-list/sharepoint-online-grant-permission-admin.png" alt-text="Grant SharePoint Online site permission to your registered application when you have "Admin" role.":::
65+
```xml
66+
<AppPermissionRequests AllowAppOnlyPolicy="true">
67+
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
68+
</AppPermissionRequests>
69+
```
70+
71+
:::image type="content" source="media/connector-sharepoint-online-list/sharepoint-online-grant-permission-admin.png" alt-text="Grant SharePoint Online site permission to your registered application when you have "Admin" role.":::
7272

7373
3. Click "Trust It" for this app.
7474

0 commit comments

Comments
 (0)