Problem: "[WARN] Could not find a matching rule. Please check that Path, Name and Tag parameters are correct." #137
Unanswered
mschwrdtnr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi people,
I want to use the CAF Rules to check against current resources. I installed everything as noted in https://github.com/microsoft/PSRule.Rules.CAF#export-in-flight-resource-data .
If I run
Assert-PSRule -Module 'PSRule.Rules.CAF' -InputPath .\***.json
I get the following response:[WARN] Could not find a matching rule. Please check that Path, Name and Tag parameters are correct.
If I run
Assert-PSRule -Module 'PSRule.Rules.Azure' -InputPath .\***.json
against the same data output, everything works as expected.Current installed module versions:
Didn't find the problem in any of the repositories. Someone have a guess what could be wrong or is this a current bug?
Beta Was this translation helpful? Give feedback.
All reactions