repo_get_repo_by_name_or_id
Retrieve specific repositories in Azure DevOps using project name or ID and repository name or ID, facilitating precise repository management with PAT authentication.
Instructions
Get the repository by project and repository name or ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project | Yes | Project name or ID where the repository is located. | |
repositoryNameOrId | Yes | Repository name or ID. |