Skip to content

CI: WinRM: Ignore ProgressAction parameter#57

Merged
sebastianrakel merged 2 commits intoOpenVoxProject:mainfrom
bastelfreak:pwfoo
Sep 15, 2025
Merged

CI: WinRM: Ignore ProgressAction parameter#57
sebastianrakel merged 2 commits intoOpenVoxProject:mainfrom
bastelfreak:pwfoo

Conversation

@bastelfreak
Copy link
Contributor

@bastelfreak bastelfreak commented Sep 12, 2025

We have a test that verifies all the parameters that bolt subcommands
offer in powershell. Besides the bolt-provided parameters, Powershell
adds own/internals parameters as well. Powershell 7.5 introduced a new
parameter, ProgressAction, which we need to add to the exclude list.

https://learn.microsoft.com/de-de/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5


This PR also includes: #56 #55 #54

@bastelfreak bastelfreak force-pushed the pwfoo branch 3 times, most recently from dba1912 to 38c4253 Compare September 12, 2025 15:31
We have a test that verifies all the parameters that bolt subcommands
offer in powershell. Besides the bolt-provided parameters, Powershell
adds own/internals parameters as well. Powershell 7.5 introduced a new
parameter, ProgressAction, which we need to add to the exclude list.

https://learn.microsoft.com/de-de/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5
@bastelfreak bastelfreak marked this pull request as ready for review September 13, 2025 08:24
@bastelfreak bastelfreak changed the title CI: Add some powershell debugging options CI: WinRM: Ignore ProgressAction parameter Sep 13, 2025
@sebastianrakel sebastianrakel merged commit ebc68bd into OpenVoxProject:main Sep 15, 2025
28 checks passed
@bastelfreak bastelfreak deleted the pwfoo branch September 15, 2025 08:43
@bastelfreak bastelfreak added the skip-changelog Excluded from CHANGELOG label Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Excluded from CHANGELOG

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants