From e753ce2740981aa7e7ebf1827c5a0bb279e26e34 Mon Sep 17 00:00:00 2001 From: Kamil Sacek Date: Thu, 10 Oct 2024 10:35:46 +0200 Subject: [PATCH 1/2] Fix scope name in azure-devops-wiki-connector.md --- MicrosoftSearch/azure-devops-wiki-connector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicrosoftSearch/azure-devops-wiki-connector.md b/MicrosoftSearch/azure-devops-wiki-connector.md index 81b6dda2..47841970 100644 --- a/MicrosoftSearch/azure-devops-wiki-connector.md +++ b/MicrosoftSearch/azure-devops-wiki-connector.md @@ -127,7 +127,7 @@ Mandatory fields | Description | Recommended value | Application name | A unique value that identifies the application that you're authorizing. | Microsoft Search.| | Application website | The URL of the application that requests access to your Azure DevOps instance during connector setup. (required).| For **Microsoft 365 Enterprise**: https://gcs.office.com/,
For **Microsoft 365 Government**: https://gcsgcc.office.com/| | Authorization callback URL| A required callback URL that the authorization server redirects to. | For **Microsoft 365 Enterprise**: https://gcs.office.com/v1.0/admin/oauth/callback,
For **Microsoft 365 Government**: https://gcsgcc.office.com/v1.0/admin/oauth/callback| -| Authorized scopes | The scope of access for the application | Select the following scopes: Identity (read), code (read), entitlements (read), project and team (read), Microsoft Graph (read), member entitlement management (read), wiki (read).| +| Authorized scopes | The scope of access for the application | Select the following scopes: Identity (read), code (read), entitlements (read), project and team (read), Graph (read), member entitlement management (read), wiki (read).| >[!IMPORTANT] From 01f2d4f4ebc0ff808a10bd7bbfb48abd2fa746ea Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Wed, 16 Oct 2024 13:10:06 +0200 Subject: [PATCH 2/2] Update azure-devops-wiki-connector.md casing for scopes --- MicrosoftSearch/azure-devops-wiki-connector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MicrosoftSearch/azure-devops-wiki-connector.md b/MicrosoftSearch/azure-devops-wiki-connector.md index 47841970..3cb7997a 100644 --- a/MicrosoftSearch/azure-devops-wiki-connector.md +++ b/MicrosoftSearch/azure-devops-wiki-connector.md @@ -86,7 +86,7 @@ The Azure DevOps Graph connector only indexes content from an ADO organization c a. Identity (read)
b. Code (read)
c. Entitlements (read)
- d. Project and team (read)
+ d. Project and Team (read)
e. Graph (read)
f. MemberEntitlement Management (read)
g. Wiki (read) @@ -127,7 +127,7 @@ Mandatory fields | Description | Recommended value | Application name | A unique value that identifies the application that you're authorizing. | Microsoft Search.| | Application website | The URL of the application that requests access to your Azure DevOps instance during connector setup. (required).| For **Microsoft 365 Enterprise**: https://gcs.office.com/,
For **Microsoft 365 Government**: https://gcsgcc.office.com/| | Authorization callback URL| A required callback URL that the authorization server redirects to. | For **Microsoft 365 Enterprise**: https://gcs.office.com/v1.0/admin/oauth/callback,
For **Microsoft 365 Government**: https://gcsgcc.office.com/v1.0/admin/oauth/callback| -| Authorized scopes | The scope of access for the application | Select the following scopes: Identity (read), code (read), entitlements (read), project and team (read), Graph (read), member entitlement management (read), wiki (read).| +| Authorized scopes | The scope of access for the application | Select the following scopes: Identity (read), Code (read), Entitlements (read), Project and Team (read), Graph (read), Member Entitlement Management (read), Wiki (read).| >[!IMPORTANT]