Update package-solution with webapipermisions

This commit is contained in:
João Mendes 2019-08-24 19:59:48 +01:00
parent 13dd132767
commit 11467d8052
1 changed files with 15 additions and 1 deletions

View File

@ -6,7 +6,21 @@
"version": "1.0.0.0", "version": "1.0.0.0",
"includeClientSideAssets": true, "includeClientSideAssets": true,
"skipFeatureDeployment": 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": { "paths": {
"zippedPackage": "solution/react-manage-sitedesigns.sppkg" "zippedPackage": "solution/react-manage-sitedesigns.sppkg"