mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update API message for Windows MDM not configured error (#28247)
This commit is contained in:
parent
99a6f42ca9
commit
1758641677
2 changed files with 2 additions and 1 deletions
1
changes/24209-windows-mdm-error-msg
Normal file
1
changes/24209-windows-mdm-error-msg
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Updated error message and related documentation for Windows MDM configuration.
|
||||
|
|
@ -22,7 +22,7 @@ var (
|
|||
ErrNotConfigured = &NotConfiguredError{}
|
||||
|
||||
MDMNotConfiguredMessage = "MDM features aren't turned on in Fleet. For more information about setting up MDM, please visit https://fleetdm.com/docs/using-fleet"
|
||||
WindowsMDMNotConfiguredMessage = "Windows MDM isn't turned on. Visit https://fleetdm.com/docs/using-fleet to learn how to turn on MDM."
|
||||
WindowsMDMNotConfiguredMessage = "Windows MDM isn't turned on. For more information about setting up MDM, please visit https://fleetdm.com/learn-more-about/windows-mdm"
|
||||
AppleMDMNotConfiguredMessage = "macOS MDM isn't turned on. Visit https://fleetdm.com/docs/using-fleet to learn how to turn on MDM."
|
||||
AppleABMDefaultTeamDeprecatedMessage = "mdm.apple_bm_default_team has been deprecated. Please use the new mdm.apple_business_manager key documented here: https://fleetdm.com/learn-more-about/apple-business-manager-gitops"
|
||||
CantTurnOffMDMForWindowsHostsMessage = "Can't turn off MDM for Windows hosts."
|
||||
|
|
|
|||
Loading…
Reference in a new issue