microsoft / PSRule

Validate infrastructure as code (IaC) and objects using PowerShell rules.
https://microsoft.github.io/PSRule/v2/
MIT License
395 stars 49 forks source link

Support rule module nesting #170

Closed BernieWhite closed 4 years ago

BernieWhite commented 5 years ago

Add support for nesting rules from a module in another module.

This may allow something like Import-PSRule similar to Import-DscResource for Desired State Configuration.

BernieWhite commented 4 years ago

On re-evaluating this, #248 seems to address the most common use case. This is probably not needed, closing.