sp-dev-fx-webparts/samples/react-teams-membership-updater/config/package-solution.json

60 lines
1.7 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "Teams-membership-updater-client-side-solution",
"title": "Teams Membership Updater",
"id": "5da816cf-c693-4b88-b9bd-a9da3587f05c",
"skipFeatureDeployment": true,
"developer": {
"name": "Nick Brown",
"privacyUrl": "https://www.microsoft.com/privacy",
"termsOfUseUrl": "https://www.microsoft.com/terms-of-use",
"websiteUrl": "https://nbdev.uk",
"mpnId": "000000"
},
"version": "1.0.2.2",
"includeClientSideAssets": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "GroupMember.ReadWrite.All"
},
{
"resource": "Microsoft Graph",
"scope": "Group.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "ChannelMember.ReadWrite.All"
}
],
"metadata": {
"shortDescription": {
"default": "Populate a Team or Channel Membership from a CSV file"
},
"longDescription": {
"default": "Populate or update a Team or Channel Membership from a CSV file"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "Channe/Team Membership Updating",
"description": "Updates/Populates a Team based on the values in a CSV file",
"id": "c7e4099a-153e-444f-a52f-c3bd3c137760",
"version": "1.0.2.1"
}
]
},
"paths": {
"zippedPackage": "solution/teams-membership-updater.sppkg"
}
}