specs for additional intune types Co-authored-by: Ahmed Darrazi <ahmeddarrazi@adsmac.local> Reviewed-on: #28
735 B
735 B
Requirements Checklist (024)
Created: 2026-01-04
Feature: spec.md
termsAndConditionsexists inconfig/tenantpilot.phpwith correct category/risk/restore mode.- Graph contract exists in
config/graph_contracts.php(resource, type family, assignments CRUD paths). - Sync lists and stores T&C in inventory.
- Snapshot capture stores full payload + assignments.
- Restore preview shows correct mode and warnings.
- Restore execution applies only patchable properties and writes audit logs.
- Normalized settings view is readable for admins.
- Pest tests cover sync + snapshot + restore preview + execution.
- Pint run (
./vendor/bin/pint --dirty) on touched files.