devops_repository_diffs_commits
Get the code diff between any two commits in an Azure DevOps repo by providing the repository ID and the base and target commit SHAs.
Instructions
Get the difference between the base and target commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_id | Yes | Repository name or ID. | |
| base_commit | Yes | Base commit SHA — full 40-character hex (e.g. lastMergeTargetCommit). | |
| target_commit | Yes | Target commit SHA — full 40-character hex (e.g. lastMergeSourceCommit). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |