From 0ad0b8ad7b0b7af14c1a72e505ff5d62468edcda Mon Sep 17 00:00:00 2001 From: gabilang Date: Tue, 9 Dec 2025 21:17:08 +0530 Subject: [PATCH 1/2] Add docs for connecting azure devops git repo --- .../develop-integrations-with-git.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/en/docs/references/develop-integrations-with-git.md b/en/docs/references/develop-integrations-with-git.md index 0d4aa54..1e35e85 100644 --- a/en/docs/references/develop-integrations-with-git.md +++ b/en/docs/references/develop-integrations-with-git.md @@ -74,3 +74,26 @@ Authorizing using a personal access token (PAT) obtained from your GitLab self-m |Permission | Description | |--------------|-------------------------------------------------------------------------------------| |API | Grants full read/write access to the API, covering all groups and projects, as well as read/write access to the repository.| + +## Connect an Azure DevOps repository to Devant + +1. Sign in to [Devant](https://console.devant.dev/). +2. In the Devant Console header, go to the **Organization** list and select your organization. +3. In the left navigation menu, under **Admin**, click **Settings**. This opens the organization-level settings page. +4. Click the **Credentials** tab. +5. Click **+Add Git Credentials** to configure the Git repository connection. +6. Enter a **Credential Name** and select Azure DevOps as the Git provider. +7. Enter your Azure DevOps **Organization Name**. +8. Enter the **Access Token** you obtained from Azure DevOps. + + !!! tip + You can refer to [Azure DevOps Documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows) to create a PAT in Azure devOps. + +10. Click **Save**. + +Authorizing using a personal access token (PAT) obtained from your Azure DevOps organization grants Devant the following permissions to perform the respective actions on your behalf within the repository. + +|Permission | Read| Write| Description | +|-----------------|-----|------|-----------------------------------------------------------------------------------------------------------------------| +|Code | Y | N | Allows viewing and cloning repositories, branches, commits, and pull requests. | +|Project and Team | Y | N | Allows reading project-level information, including team details, project settings, and other project configurations. | From b7bd8d3cf2ac6125bbbf7f1730996671807aa269 Mon Sep 17 00:00:00 2001 From: gabilang Date: Wed, 10 Dec 2025 09:27:21 +0530 Subject: [PATCH 2/2] Fix typos --- en/docs/references/develop-integrations-with-git.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/docs/references/develop-integrations-with-git.md b/en/docs/references/develop-integrations-with-git.md index 1e35e85..8714608 100644 --- a/en/docs/references/develop-integrations-with-git.md +++ b/en/docs/references/develop-integrations-with-git.md @@ -81,15 +81,15 @@ Authorizing using a personal access token (PAT) obtained from your GitLab self-m 2. In the Devant Console header, go to the **Organization** list and select your organization. 3. In the left navigation menu, under **Admin**, click **Settings**. This opens the organization-level settings page. 4. Click the **Credentials** tab. -5. Click **+Add Git Credentials** to configure the Git repository connection. +5. Click **+Add Credentials** to configure the Git repository connection. 6. Enter a **Credential Name** and select Azure DevOps as the Git provider. 7. Enter your Azure DevOps **Organization Name**. 8. Enter the **Access Token** you obtained from Azure DevOps. !!! tip - You can refer to [Azure DevOps Documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows) to create a PAT in Azure devOps. + You can refer to [Azure DevOps Documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows) to create a PAT in Azure DevOps. -10. Click **Save**. +9. Click **Save**. Authorizing using a personal access token (PAT) obtained from your Azure DevOps organization grants Devant the following permissions to perform the respective actions on your behalf within the repository.