microsoft / Microsoft365DSC

Manages, configures, extracts and monitors Microsoft 365 tenant configurations
https://aka.ms/M365DSC
MIT License
1.53k stars 472 forks source link

M365DSCRuleEvaluation: Documentation is not up to date #3761

Open andikrueger opened 11 months ago

andikrueger commented 11 months ago

Right now the documentation for https://microsoft365dsc.com/resources/intune/M365DSCRuleEvaluation/ is listed within the intune node and not as a single element within the menu. Furthermore the title and contents of the documentation do not match the resource.

@NikCharlebois Could you please update the docs?

FabienTschanz commented 3 weeks ago

@NikCharlebois If you are already at it, there is an issue with the DSCParser and that resource. The configuration is not properly recognized because of carriage return + line feeds are expected when parsing the configuration, but the resource itself defines a configuration with only line feeds (without the carriage returns). I have opened a PR over at the DSCParser repository https://github.com/microsoft/DSCParser/pull/52