Update package-solution.json

This commit is contained in:
Hugo Bernier 2021-05-26 10:40:28 -04:00 committed by GitHub
parent 4241fa10fb
commit d300dacd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 21 deletions

View File

@ -1,23 +1,36 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-groups-client-side-solution",
"id": "e562b13d-7e90-4a1e-810c-ccde0ff27866",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests":[{
"resource": "Microsoft Graph",
"scope": "Groups.Read.All"
}, {
"resource": "Team",
"scope": "Teams.ReadBasic.All"
}]
},
"paths": {
"zippedPackage": "solution/react-groups.sppkg"
}
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-groups-client-side-solution",
"id": "e562b13d-7e90-4a1e-810c-ccde0ff27866",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Groups.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Group.ReadWrite.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.AccessAsUser.AllDirectory.AccessAsUser.All"
},
{
"resource": "Microsoft Graph",
"scope": "Team.ReadBasic.All"
}
]
},
"paths": {
"zippedPackage": "solution/react-groups.sppkg"
}
}