PSRule.Rules.Azure icon indicating copy to clipboard operation
PSRule.Rules.Azure copied to clipboard

Rule refactoring for YAML

Open BernieWhite opened this issue 3 years ago • 0 comments

Most rules are currently written in PowerShell. YAML based rules added in PSRule v1.6.0 provide some advantages including:

  • Easier to adopt for non-PowerShell engineers.
  • Better performance.

We should relook at existing rules and determine which can be converted to YAML-based syntax.

BernieWhite avatar Nov 25 '21 14:11 BernieWhite