Remove Windows MDM feature flag (#15167)

For #14959 

---------

Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
This commit is contained in:
Martin Angers
2023-12-07 14:24:32 -03:00
committed by GitHub
co-authored by Gabriel Hernandez
parent f4e7789e35
commit 8b7d1a7e47
18 changed files with 35 additions and 187 deletions
-4
View File
@@ -207,10 +207,6 @@ export interface IConfig {
};
};
mdm: IMdmConfig;
/** This is the flag that determines if the windwos mdm feature flag is enabled.
TODO: WINDOWS FEATURE FLAG: remove when windows MDM is released. Only used for windows MDM dev currently.
*/
mdm_enabled?: boolean;
}
export interface IWebhookSettings {