-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
In-PRIndicates that a PR is out for the issueIndicates that a PR is out for the issueIssue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-DuplicateThe issue is a duplicate.The issue is a duplicate.
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
- Refer to the FAQ.
- Refer to Differences between Windows PowerShell 5.1 and PowerShell.
Steps to reproduce
-ProgressAction Ignore should translate into a target scope-local $ProgressPreference = 'Ignore' variable, analogously to how it works with other common parameter, such as -ErrorAction.
& { [CmdletBinding()]param() $ProgressPreference } -ProgressAction IgnoreExpected behavior
IgnoreActual behavior
The following error occurs:
: Specified argument was out of the range of valid values. (Parameter 'index')
Error details
No response
Environment data
PowerShell 7.4.1Visuals
No response
skycommand, mm6502, hilari0n and mattcargile
Metadata
Metadata
Assignees
Labels
In-PRIndicates that a PR is out for the issueIndicates that a PR is out for the issueIssue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-DuplicateThe issue is a duplicate.The issue is a duplicate.