PSRule.Rules.Azure
PSRule.Rules.Azure copied to clipboard
Add support for processing template based on git diff
When a pull request is opened it may be desirable to limit checks to template/ parameter files included in the PR.
This would be desirable when externally new rules have been introduced that now cause existing files already in the repository to fail.
Related upstream microsoft/PSRule#688
Updated 2023-02-08: The feature has been addressed upstream. Now we just need to add documentation for this feature into PSRule for Azure.