What's wrong with this entry?
Anonymous. No account, no email.
What
Enterprise administrators can now distribute policy settings via a managed-settings.d/ directory alongside the existing managed-settings.json file.
Details
- JSON files placed in the
managed-settings.d/directory are merged into the enterprise policy configuration - Files are sorted alphabetically and merged in order, allowing layered configuration
- Only
.jsonfiles are loaded; hidden files (starting with.) are ignored - The health check display now distinguishes between "Enterprise managed settings (file + drop-ins)" when both sources exist
Evidence
Drop-in settings directory (search for "managed-settings.d", "Enterprise managed settings (drop-ins)")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.