microsoft / PSRule

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

Validate objects with Azure policy conditions #43

Closed BernieWhite closed 4 years ago

BernieWhite commented 5 years ago

PSRule can validate objects with custom PowerShell rules.

In some circumstances structural rules are already defined in an alternative format, like a Azure policy condition. PSRule should be able to leverage this format instead of recreating the rules in PowerShell.

BernieWhite commented 5 years ago

Related to #42

BernieWhite commented 5 years ago

This feature is not ready for v0.4.0, bumping to v0.5.0.

BernieWhite commented 5 years ago

Parked to a future release. Vote up and comment if this feature is important to you.

BernieWhite commented 4 years ago

Moved this issue to PSRule.Rules.Azure which the the most logical placed to resolve this.