added in missing graph permissions to read users profiles / managers

This commit is contained in:
tdaly 2021-10-05 22:50:57 -04:00
parent f7b86a99ac
commit 78f4b9fe55
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,13 @@
"version": "1.1.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
}
]
},
"paths": {
"zippedPackage": "solution/react-tree-orgchart.sppkg"