Updated readme and sample.json

This commit is contained in:
Hugo Bernier 2022-01-27 02:01:10 -05:00
parent 57ace8c22c
commit 46974d4f3f
2 changed files with 6 additions and 4 deletions

View File

@ -9,7 +9,7 @@ This web part demonstrates displaying the list of approval requests of Power Aut
## Compatibility
![SPFx 1.13.0](https://img.shields.io/badge/SPFx-1.13.0-green.svg)
![SPFx 1.13.1](https://img.shields.io/badge/SPFx-1.13.1-green.svg)
![Node.js v14 | v12](https://img.shields.io/badge/Node.js-v14%20%7C%20v12-green.svg)
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower")
@ -17,12 +17,14 @@ This web part demonstrates displaying the list of approval requests of Power Aut
![Local Workbench Unsupported](https://img.shields.io/badge/Local%20Workbench-Unsupported-red.svg "Local workbench is no longer available as of SPFx 1.13 and above")
![Hosted Workbench Compatible (with permissions)](https://img.shields.io/badge/Hosted%20Workbench-Compatible-yellow.svg "Requires API permissions")
> NodeJS version must match >=10.13.0 <11.0.0 on >=12.13.0 <13.0.0 or >=14.15.0 <15.0.0
## Prerequisites
This web part uses *Microsoft Flow Service* API. You need to approve the API request after deploying the package.
- Approvals.Read.All
- Flows.Read.All
- `Approvals.Read.All`
- `Flows.Read.All`
For more information, see [docs](https://docs.microsoft.com/ja-jp/sharepoint/dev/spfx/use-aadhttpclient).

View File

@ -9,7 +9,7 @@
"This web part demonstrates displaying the list of approval requests of Power Automate. Power Automate provides a new workflow feature that replaces SharePoint workflows, but it is a Power Platform feature, not a Microsoft 365 feature. You can display approval requests from only Power Automate site. This web part enable to display approval requests from SharePoint site."
],
"creationDateTime": "2022-01-11",
"updateDateTime": "2022-01-11",
"updateDateTime": "2022-01-22",
"products": [
"SharePoint"
],