List Pull Request Changes
az_pr_changesRetrieve the list of changed files for an Azure DevOps pull request. Specify an iteration ID to view changes from that iteration, or omit it to use the latest iteration.
Instructions
以 REST API 取得 PR 的異動檔案清單(iteration changes)。未指定 iterationId 時自動使用最新 iteration,並在輸出開頭註明。預設 organization/project/repository 同 az_pr_show。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | 覆寫預設 project(預設 MS) | |
| prNumber | Yes | PR 編號 | |
| repository | No | 覆寫預設 repository(預設 MS-Web) | |
| iterationId | No | 指定 iteration,預設取最新 |