powershell/PSUseConsistentParametersKind is a PSScriptAnalyzer diagnostic emitted by tally for PowerShell snippets embedded in Dockerfiles.
Description
All functions should use the same pattern when defining parameters. Possible pattern types are:-
Inline -
ParamBlock
How to Fix
Rewrite function so it defines parameters as specified in the ruleExamples
When the rule sets parameters definition kind toInline:
ParamBlock: