devops_repository_diffs_commits
Get the difference between two commits in an Azure DevOps repository. Provide repository ID, base commit, and target commit SHA to retrieve changes.
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 |