-
Today, searching on a tag must be case sensitive to trigger the rule(s). It should not.
```powershell
$Path='C:\Prive\PSRule\rules'
$Rule='ValidateGroupSuperUser.Rule.ps1'
@'
#Rule 'ValidateGro…
-
Rules can be found with the 'Tag' parameter, but for a series of rules such as [these](https://github.com/BernieWhite/PSRule.Rules.Azure/tree/master/src/PSRule.Rules.Azure/rules) we do not know, via…
-
I'm trying to assemble rule statements hosted in different scripts. The goal is to create groups of rules from a list of files. But it seems like it's not possible :
```Powershell
$Path='C:\temp'
$…
-
After updating to latest vscode, azure devops extension fails to load.
Team sign in doesn't work.
In the status bar the text "Activating extensions" appears.
CPUs | Intel(R) Core(TM) i7-7600U…
-
Hi,
i try to use your code but, the documentation seem to be not to up to date
```Powershell
Rule 'isFruit' {
# An additional message to display in output
Hint 'Fruit is only Apple, Ora…
-
hello,i have a question, content is: why Cannot find a 1-argument function named Q{http://reference.niem.gov/niem/specification/naming-and-design-rules/4.0/#NDRFunctions}get-document-element(). Exter…
-
Is this [documentation](https://github.com/BernieWhite/PSRule/blob/master/docs/keywords/PSRule/en-US/about_PSRule_Keywords.md#typeof) false ?
> TypeName - One or more type names which will be evalu…
-
For a module, manage them with Import-Module and -Requiredversion?
For a script, add information via PSGet or add a version number to the directory name of the rule?
-
I'm trying to list the different results that Invoke-PSRule can return, but some cases (enum RuleOutcomeReason) seem to me not to be generated:
```Powershell
$Path='C:\temp'
$File='Test.Rule.ps1'
…
-
**Description of the issue**
I can declare rules that depend on each other, which causes a StackOverflowException :
```powershell
$Path='C:\temp'
$File='Test.Rule.ps1'
@'
Rule Main -DependsOn …