AsBuiltReport / AsBuiltReport.DellEMC.VxRail

Repository for AsBuiltReport Dell EMC VxRail module
MIT License
17 stars 1 forks source link

v0.3.1.1 release #7

Closed tpcarman closed 2 years ago

tpcarman commented 2 years ago

Added

Fixed

github-actions[bot] commented 2 years ago

PSScriptAnalyzer results:

Errors: [0], Warnings: [4], Information: [0]

``` 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. ```