Skip to content

Commit

Permalink
bug fix in Azure Function and SPFx version upgrade to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
HarminderSethi committed Sep 5, 2024
1 parent 47677b2 commit c64a7be
Show file tree
Hide file tree
Showing 5 changed files with 21,828 additions and 29,379 deletions.
26 changes: 14 additions & 12 deletions samples/react-m365-services-health/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Contains SPFx web part & Azure Function with below functionalities

This sample is optimally compatible with the following environment configuration:

![SPFx 1.18.2](https://img.shields.io/badge/SPFx-1.18.2-green.svg)
![SPFx 1.19.0](https://img.shields.io/badge/SPFx-1.19.0-green.svg)
![Node.js v18 | v16](https://img.shields.io/badge/Node.js-v18%20%7C%20v16-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")
Expand Down Expand Up @@ -58,10 +58,10 @@ Steps to follow:
6. After registering the application, you can find the application (client) ID and Directory (tenant) ID from the overview menu option of Entra ID App. Make a note of the values for use later.
7. Select Certificates & Secrets in the manage section of Entra ID app created and select New Client Secret. Select Recommended 6 months in the Expires field. This new secret will be valid for six months. You can also choose different values such as:

- 03 months
- 12 months
- 24 months
- Custom start date and end date.
- 03 months
- 12 months
- 24 months
- Custom start date and end date.

8. Select API Permissions option of Entra ID app created.
9. Select Add a permission.
Expand Down Expand Up @@ -93,21 +93,23 @@ Steps to follow:
```

2. Provide the values in web part properties as per below
- Provide the Azure function app URL(without /api/m365servicehealth) in API Base URL property
- Provide Application ID URI(created during 'Expose an API' step) in Audience property

![Web Part Properties](./assets/WebPartProperties.png)
- Provide the Azure function app URL(without /api/m365servicehealth) in API Base URL property
- Provide Application ID URI(created during 'Expose an API' step) in Audience property

![Web Part Properties](./assets/WebPartProperties.png)

## Contributors

[Harminder Singh](https://github.com/HarminderSethi)

## Version history

| Version | Date | Comments |
| ------- | ----------------- | ----------------------------------- |
| 1.0 | February 15, 2023 | Initial release |
| 2.0 | February 10, 2024 | Implementation using Azure Function |
| Version | Date | Comments |
| ------- | ------------------ | ----------------------------------- |
| 1.0 | February 15, 2023 | Initial release |
| 2.0 | February 10, 2024 | Implementation using Azure Function |
| 3.0 | September 05, 2024 | Bug fix and SPFx version upgrade |

## Minimal Path to Awesome

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.12.0"
},
"version": "1.18.2",
"version": "1.19.0",
"libraryName": "react-m-365-services-health",
"libraryId": "f4d4b329-f1c6-49c9-a2fa-12a9816ac717",
"environment": "spo",
Expand Down
Loading

0 comments on commit c64a7be

Please sign in to comment.