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