specs for additional intune types Co-authored-by: Ahmed Darrazi <ahmeddarrazi@adsmac.local> Reviewed-on: #28
14 lines
611 B
Markdown
14 lines
611 B
Markdown
# Requirements Checklist (025)
|
|
|
|
**Created**: 2026-01-04
|
|
**Feature**: [spec.md](../spec.md)
|
|
|
|
- [ ] `policySet` exists in `config/tenantpilot.php` (category, endpoint, restore mode, risk).
|
|
- [ ] Graph contract exists in `config/graph_contracts.php` (resource, items hydration, assignments paths).
|
|
- [ ] Sync lists and stores Policy Sets in inventory.
|
|
- [ ] Snapshot capture includes Policy Set items and assignments.
|
|
- [ ] Restore preview produces a linking report and blocks unsafe execution.
|
|
- [ ] Normalized settings view is readable (items + assignments).
|
|
- [ ] Pest tests cover sync + snapshot + preview.
|
|
|