fleet/docs/solutions
2025-12-19 17:07:58 -06:00
..
all added .keep file to add empty folders (#35109) 2025-11-03 11:45:48 -05:00
android/configuration-profiles Rename Android config profiles for consistency (#37486) 2025-12-19 09:43:38 -06:00
api-scripts For Github issue: 13323 (#36840) 2025-12-12 10:17:28 -08:00
docker-compose Remove port 8220 from docker-compose configuration (#37004) 2025-12-15 10:27:09 -05:00
ios-ipados Preview of v4.78.0 doc changes (#35929) 2025-12-19 17:07:58 -06:00
linux added .keep file to add empty folders (#35109) 2025-11-03 11:45:48 -05:00
macos Add Wi-Fi profile example (#37177) 2025-12-12 08:26:47 -06:00
windows Improve Windows migrate to Fleet notification (#37310) 2025-12-17 15:35:44 -06:00
README.md Fix dashes so the formatting will show correctly on GitHub (#37492) 2025-12-19 09:43:55 -06:00

Solutions Best Practices

General

  • Name the file what the profile does.
    • For example, instead of googlePlayProtectVerifyApps.json (the name of the Android policy for this control), describe what it does: enforce-google-play-protect.json.
  • Use kebab case in file names, with all letters in lowercase.
    • Instead of passwordPolicy.json, use password-policy.json.
  • Be sure to end files with an empty newline.