tmaestrini / easyGovernance

governance and validation for configuration baselines in M365 – made as easy as possible
MIT License
11 stars 4 forks source link

powershellyaml RequirrdVersion in example-validation-report.ps1 missing #24

Closed dako365 closed 2 months ago

dako365 commented 2 months ago

Hi Toby

if you run the script example-validation-report.ps1, the "requiredversion" is missing in the output for "powershellyaml".

screenshot_example-validation-report ps1

tmaestrini commented 2 months ago

@dako365 Issue is fixed. Because module dependencies without version binding can exist, I've implemented an appropriate handling. See commit above.