Merge pull request #963 from joaojmendes/Update-React-Manage-Site-Designs

React-Manage Site Designs - Update package-solution with webApiPermissionRequests
This commit is contained in:
Laura Kokkarinen 2019-09-03 09:48:57 +03:00 committed by GitHub
commit c4a2e6f52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -6,7 +6,21 @@
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.AccessAsUser.All"
}
]
},
"paths": {
"zippedPackage": "solution/react-manage-sitedesigns.sppkg"