added in missing graph permissions to read users profiles / managers
This commit is contained in:
parent
f7b86a99ac
commit
78f4b9fe55
|
@ -6,7 +6,13 @@
|
||||||
"version": "1.1.0.0",
|
"version": "1.1.0.0",
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"skipFeatureDeployment": true,
|
"skipFeatureDeployment": true,
|
||||||
"isDomainIsolated": false
|
"isDomainIsolated": false,
|
||||||
|
"webApiPermissionRequests": [
|
||||||
|
{
|
||||||
|
"resource": "Microsoft Graph",
|
||||||
|
"scope": "User.Read.All"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"paths": {
|
"paths": {
|
||||||
"zippedPackage": "solution/react-tree-orgchart.sppkg"
|
"zippedPackage": "solution/react-tree-orgchart.sppkg"
|
||||||
|
|
Loading…
Reference in New Issue