diff_model_versions
Compare two D365 F&O KB snapshots to produce a changelog (added/removed/modified objects). Use action 'save_baseline' once, then 'compare' between two snapshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path1 | Yes | For 'compare': path to baseline cache file. For 'compare_caches': path to first cache. For 'save_baseline': output path for the baseline file. | |
| action | Yes | Action: 'compare' (current vs baseline), 'compare_caches' (two cache files), or 'save_baseline' (save current state) | |
| filterModel | No | Optional: filter to a specific model name | |
| path2OrLabel | No | Optional: For 'compare_caches': path to second cache file. For 'compare'/'save_baseline': label for the baseline. |