Merge pull request #1754 from russgove/dev

This commit is contained in:
Hugo Bernier 2021-03-11 01:07:36 -05:00 committed by GitHub
commit 2d7b059397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -5,9 +5,18 @@
"isDomainIsolated": false,
"name": "spsecurity-webpart-3-client-side-solution",
"id": "788271fb-ee9b-40df-8381-eb3dc70d1982",
"version": "1.0.4.0"
"version": "1.0.4.0",
"webApiPermissionRequests": [{
"resource": "Microsoft Graph",
"scope": "Group.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "GroupMember.Read.All"
}
]
},
"paths": {
"zippedPackage": "solution/spsecurity-webpart-3.sppkg"
}
}
}