This commit is contained in:
Kinga Kazala 2023-08-10 16:36:25 +02:00
parent 33b56479a8
commit e31f4ca43f
2 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Kinga Kazala [@kinga_kazala](https://twitter.com/kinga_kazala), ETHZ
| Version | Date | Comments | | Version | Date | Comments |
| ------- | ---------------- | --------------- | | ------- | ---------------- | --------------- |
| 1.0 | May 30, 2023 | Initial release | | 1.0 | May 30, 2023 | Initial release |
|1.0.1 | August 10, 2023 | `clienttype` header to avoid using tenant rate limits |
## Prerequisites ## Prerequisites
@ -53,6 +54,13 @@ Kinga Kazala [@kinga_kazala](https://twitter.com/kinga_kazala), ETHZ
- Windows Azure Service Management API: user_impersonation - Windows Azure Service Management API: user_impersonation
- Application Insights API: user_impersonation - Application Insights API: user_impersonation
### Required Permissions
| resource | scope|
|-|-|
|Windows Azure Service Management API|user_impersonation|
|Application Insights API|user_impersonation|
## Minimal Path to Awesome ## Minimal Path to Awesome
- Clone this repository - Clone this repository
@ -202,6 +210,7 @@ All permissions are granted to the whole tenant and not to a specific applicatio
- [Build your first app with SPFx (Teams)](https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-gs-spfx?tabs=vscode%2Cviscode) - [Build your first app with SPFx (Teams)](https://learn.microsoft.com/en-us/microsoftteams/platform/sbs-gs-spfx?tabs=vscode%2Cviscode)
- [Microsoft 365 Developer Proxy](https://github.com/microsoft/m365-developer-proxy) - [Microsoft 365 Developer Proxy](https://github.com/microsoft/m365-developer-proxy)
- [How to use SPFx powered Microsoft Teams apps in Outlook and Office](https://pnp.github.io/blog/post/spfx-08-spfx-powered-teams-solutions-outlook-office/)
## Disclaimer ## Disclaimer