[ BUG ] Import-FalconConfig
only creates Script
for a single platform
#447
Labels
Import-FalconConfig
only creates Script
for a single platform
#447
Describe the bug
Import-FalconConfig
is not properly comparingScript
files across multipleplatform
values because it checks the target CID forplatform
values before comparison. If the target CID does not have anyScript
files, or they are limited to a singleplatform
, theScript
files in the import that don't match the availableplatform
values won't be evaluated for creation or modification.To Reproduce
Use
Import-FalconConfig
with aScript
file for import, targeting a CID that has noScript
files in it currently, or onlyScript
files for a single operating system.This behavior could manifest in other import types as well, but was reproducible for
Script
files.Expected behavior
Each possible operating system should be checked for creation.
Environment
The text was updated successfully, but these errors were encountered: