Added API permissions
This commit is contained in:
parent
6f0ba68bd0
commit
27714e4af2
|
@ -7,6 +7,16 @@
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"skipFeatureDeployment": true,
|
"skipFeatureDeployment": true,
|
||||||
"isDomainIsolated": false,
|
"isDomainIsolated": false,
|
||||||
|
"webApiPermissionRequests": [
|
||||||
|
{
|
||||||
|
"resource": "Microsoft Graph",
|
||||||
|
"scope": "Application.ReadWrite.All"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"resource": "Microsoft Graph",
|
||||||
|
"scope": "User.ReadBasic.All"
|
||||||
|
}
|
||||||
|
],
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"websiteUrl": "",
|
"websiteUrl": "",
|
||||||
|
|
Loading…
Reference in New Issue