From 7562e7110382916ed75192104f0894005bcf61a6 Mon Sep 17 00:00:00 2001 From: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:46:40 -0800 Subject: [PATCH] docs(app-req-user): fix typo (#192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 📥 Pull Request close #190 ## ❓ What are you trying to address This pull request includes minor typo corrections to documentation files. --- .changes/unreleased/fixed-20250114-172547.yaml | 5 +++++ docs/guides/auth_app_reg_user.md | 2 +- templates/guides/auth_app_reg_user.md.tmpl | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/fixed-20250114-172547.yaml diff --git a/.changes/unreleased/fixed-20250114-172547.yaml b/.changes/unreleased/fixed-20250114-172547.yaml new file mode 100644 index 00000000..d5f75c33 --- /dev/null +++ b/.changes/unreleased/fixed-20250114-172547.yaml @@ -0,0 +1,5 @@ +kind: fixed +body: Fixed typo in the "Creating an App Registration for the User context" doc +time: 2025-01-14T17:25:47.231746469Z +custom: + Issue: "190" diff --git a/docs/guides/auth_app_reg_user.md b/docs/guides/auth_app_reg_user.md index 9c1c40b4..f926d260 100644 --- a/docs/guides/auth_app_reg_user.md +++ b/docs/guides/auth_app_reg_user.md @@ -24,7 +24,7 @@ In the **API permissions** menu of your App Registration, add required API permi - Capacity.ReadWrite.All - ... - ... - - Workspace.Read.Al + - Workspace.Read.All - Workspace.ReadWrite.All - Microsoft Graph diff --git a/templates/guides/auth_app_reg_user.md.tmpl b/templates/guides/auth_app_reg_user.md.tmpl index 353750d8..5679997a 100644 --- a/templates/guides/auth_app_reg_user.md.tmpl +++ b/templates/guides/auth_app_reg_user.md.tmpl @@ -24,7 +24,7 @@ In the **API permissions** menu of your App Registration, add required API permi - Capacity.ReadWrite.All - ... - ... - - Workspace.Read.Al + - Workspace.Read.All - Workspace.ReadWrite.All - Microsoft Graph