mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-05 19:29:48 +00:00
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",
|
||||
"includeClientSideAssets": true,
|
||||
"skipFeatureDeployment": true,
|
||||
"isDomainIsolated": false
|
||||
"isDomainIsolated": false,
|
||||
"webApiPermissionRequests": [
|
||||
{
|
||||
"resource": "Microsoft Graph",
|
||||
"scope": "User.Read.All"
|
||||
}
|
||||
]
|
||||
},
|
||||
"paths": {
|
||||
"zippedPackage": "solution/react-tree-orgchart.sppkg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user