-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve discovery of rule tags #209
Comments
@LaurentDardenne How about something like the following: Get-PSRule -Module PSRule.Rules.Azure -OutputFormat Wide
Would this address tag discovery for rules? |
BernieWhite
changed the title
Get-PsRule : Remark about 'Tag' parameter
Improve discovery of rule tags
Jun 26, 2019
BernieWhite
added a commit
that referenced
this issue
Jun 26, 2019
7 tasks
BernieWhite
added a commit
that referenced
this issue
Jun 26, 2019
Where can I find the new package to test this version ? |
The method Tag.ToviewString() facilitates grouping and find the list of categories. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rules can be found with the 'Tag' parameter, but for a series of rules such as these we do not know, via a command, the list of the keys and values which are declared in the code of these rules.
And the existing documentation does not specify them.
My note is about discoverability under PowerShell, something is missing to accomplish this task.
We can quickly write something like this:
Of course this does not list all possible groups of calls.
The text was updated successfully, but these errors were encountered: