Remove duplicate DEP profile example (#18114)

- Remove duplicate
- Add redirect so the example profile can move later w/o breaking links
- Update links
This commit is contained in:
Noah Talerman 2024-04-09 09:47:47 -04:00 committed by GitHub
parent 08e72db93a
commit 65ab7a896d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 20 deletions

View file

@ -273,7 +273,7 @@ To customize the macOS Setup Assistant, we will do the following steps:
### Step 1: create an automatic enrollment profile
1. Download Fleet's example automatic enrollment profile by navigating to the example [here on GitHub](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/automatic-enrollment.dep.json) and clicking the download icon.
1. Download Fleet's example automatic enrollment profile by navigating to the example [here](fleetdm.com/example-dep-profile) and clicking the download icon.
2. Open the automatic enrollment profile and replace the `profile_name` key with your organization's name.

View file

@ -1,18 +0,0 @@
{
"profile_name": "Fleet Device Management Inc.",
"allow_pairing": true,
"auto_advance_setup": false,
"department": "it@fleetdm.com",
"is_supervised": false,
"is_multi_user": false,
"is_mandatory": false,
"is_mdm_removable": true,
"language": "en",
"org_magic": "1",
"region": "US",
"support_phone_number": "+1 408 555 1010",
"support_email_address": "support@fleetdm.com",
"anchor_certs": [],
"supervising_host_certs": [],
"skip_setup_items": ["Accessibility", "Appearance", "AppleID", "AppStore", "Biometric", "Diagnostics", "FileVault", "iCloudDiagnostics", "iCloudStorage", "Location", "Payment", "Privacy", "Restore", "ScreenTime", "Siri", "TermsOfAddress", "TOS", "UnlockWithWatch"]
}

View file

@ -80,7 +80,8 @@ For [DEP enrollment](#dep-device-enrollment-program) the enrollment profile is d
This (JSON) profile is used to configure a device in Apple Business Manager.
It contains all the necessary information that a device needs to automatically enroll to an MDM server during device setup.
Sample: [dep_sample_profile.json](https://github.com/fleetdm/nanodep/blob/main/docs/dep-profile.example.json).
[Example](https://fleetdm.com/example-dep-profile)
See all fields [here](https://developer.apple.com/documentation/devicemanagement/profile).
### Commands

View file

@ -466,6 +466,7 @@ module.exports.routes = {
'GET /try-fleet/waitlist': '/try-fleet',
'GET /mdm': '/device-management',// « alias for radio ad
'GET /endpoint-operations': '/endpoint-ops',// « just in case we type it the wrong way
'GET /example-dep-profile': 'https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/automatic-enrollment.dep.json',
// Fleet UI
// =============================================================================================================