Closed tpcarman closed 2 years ago
PSScriptAnalyzer results:
``` RuleName : PSUseSingularNouns Severity : Warning ScriptName : Get-AbrVxRailClusterComponents.ps1 Line : 1 Message : The cmdlet 'Get-AbrVxRailClusterComponents' uses a plural noun. A singular noun should be used instead. RuleName : PSUseSingularNouns Severity : Warning ScriptName : Get-AbrVxRailClusterVMs.ps1 Line : 1 Message : The cmdlet 'Get-AbrVxRailClusterVMs' uses a plural noun. A singular noun should be used instead. RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-AbrVxRailRequiredModule.ps1 Line : 18 Message : Command accepts pipeline input but has not defined a process block. RuleName : PSUseProcessBlockForPipelineCommand Severity : Warning ScriptName : Get-AbrVxRailRequiredModule.ps1 Line : 22 Message : Command accepts pipeline input but has not defined a process block. ```
Added
Fixed