We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 730f49b + 03b3940 commit c1ea1d4Copy full SHA for c1ea1d4
1 file changed
PSModuleDevelopment/tests/general/Help.Tests.ps1
@@ -87,7 +87,7 @@ foreach ($command in $commands) {
87
88
Context "Test parameter help for $commandName" {
89
90
- $common = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable', 'OutBuffer', 'OutVariable', 'PipelineVariable', 'Verbose', 'WarningAction', 'WarningVariable'
+ $common = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable', 'OutBuffer', 'OutVariable', 'PipelineVariable', 'Verbose', 'WarningAction', 'WarningVariable', 'ProgressAction'
91
92
$parameters = $command.ParameterSets.Parameters | Sort-Object -Property Name -Unique | Where-Object Name -notin $common
93
$parameterNames = $parameters.Name
0 commit comments