Skip to content

Commit

Permalink
add scope and add friendly name
Browse files Browse the repository at this point in the history
  • Loading branch information
dperk6 committed Aug 30, 2023
1 parent 011e87d commit d05049d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/package-solution.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "spfx-staff-directory-client-side-solution",
"name": "Staff Directory",
"id": "d3f637ed-f6a6-4fab-93de-f1bfe4ea744a",
"version": "1.0.0.0",
"includeClientSideAssets": true,
Expand All @@ -22,6 +22,10 @@
{
"resource": "Microsoft Graph",
"scope": "Chat.ReadWrite.All"
},
{
"resource": "Microsoft Graph",
"scope": "Group.Read.All"
}
],
"metadata": {
Expand Down

0 comments on commit d05049d

Please sign in to comment.