Laura Kokkarinen 4e4c3ea22f Js public unjoined teams (#779)
* Added a web part that lists all the public teams the current user is not a member of yet.

* Update README.md
2019-02-09 12:23:15 +02:00

29 lines
763 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "js-public-unjoined-teams-client-side-solution",
"id": "f04aba32-b056-47c4-811b-6f17d94cc8d9",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Group.ReadWrite.All"
}
]
},
"paths": {
"zippedPackage": "solution/js-public-unjoined-teams.sppkg"
}
}