See what changed between knowledge pack releases
pc_diff_packCompare Partner Center pack releases to see scenarios added, changed, or removed since your last build. Tracks route, auth, header, request, response, and constraint changes.
Instructions
Return the scenarios added, changed, or removed across releases of this pack, newest first. Use it to find out what moved since the version you last built against: a changed scenario means its route, auth, headers, request fields, response shape, or documented constraints are not what they were. This tracks THIS PACK, which follows Microsoft Learn. It is the closest thing here to an API changelog, but it is not Microsoft's. For deprecations and enforcement deadlines use pc_whats_new instead; for one scenario's current detail use pc_get_scenario. Read-only, offline, deterministic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Only report releases that touched this scenario id. Combine with `since` to ask whether one operation moved. | |
| since | No | Only report releases after this pack version, e.g. "0.15.0". Omit for the full recorded history. A version with no recorded release comes back as ok:false listing the versions that do exist. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the call succeeded and `data` is populated; false when `error` explains why not. | |
| data | No | The result payload. Present only when `ok` is true. | |
| error | No | Human-readable reason the call failed. Present only when `ok` is false. |