Skip to content

Commit

Permalink
Merge pull request #3952 from microsoft-search/develop
Browse files Browse the repository at this point in the history
v4.13
  • Loading branch information
wobba authored Aug 30, 2024
2 parents daf281a + 9a4882d commit 44382ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
| _People.Read_ | Same as above.
| _Contacts.Read_ | Same as above.
| _User.Read.All_ | Same as above.
| _Chat.ReadWrite_ | Allow sending quick message via the Graph Toolkit people card.
| _Files.Read.All_ | Allow search for files using Graph API (Drive / Drive Items).
| _Mail.Read_ | Allow search for user's e-mail using Graph API (Messages).
| _Calendars.Read_ | Allow search for user's calendar appointments using Graph API (Events).
| _Sites.Read.All_ | Allow search for sites using Graph API (Sites / List Items).
| _ExternalItem.Read.All_ | Allow search for connector items using Graph API (External Items).
| _Bookmark.Read.All_ | Allow search for Bookmarks in Microsoft Search in your organization.
| _Acronym.Read.All_ | Allow search for Acronyms in Microsoft Search in your organization.
| _Chat.Read_ | Allow search for Teams messages.
| _Chat.Read_ | Allow search for Teams messages.
| _ChannelMessage.Read.All_ | Read user channel messages.

4. Add the Web Parts to a SharePoint and start building!
Expand Down
6 changes: 5 additions & 1 deletion search-parts/config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "PnP Modern Search - Search Web Parts - v4",
"id": "59903278-dd5d-4e9e-bef6-562aae716b8b",
"version": "4.12.2.0",
"version": "4.13.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand Down Expand Up @@ -52,6 +52,10 @@
"resource": "Microsoft Graph",
"scope": "Chat.Read"
},
{
"resource": "Microsoft Graph",
"scope": "Chat.ReadWrite"
},
{
"resource": "Microsoft Graph",
"scope": "ChannelMessage.Read.All"
Expand Down

0 comments on commit 44382ca

Please sign in to comment.