Get pull request diff
get_pull_request_diffRetrieve a unified diff for an Azure Repos pull request to review code changes, using filters like repository, pull request ID, iteration, and file or line limits.
Instructions
Build and return a unified diff for an Azure Repos pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| maxFiles | No | ||
| maxLines | No | ||
| startLine | No | ||
| iterationId | No | ||
| contextLines | No | ||
| repositoryId | Yes | Repository name or ID. | |
| pullRequestId | Yes | Pull request numeric ID. |