-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues in
*-Object
documentation (#10647)
Prior to this change: - The **UseNewRunspace** parameter of the `ForEach-Object` cmdlet wasn't included in the cmdlet syntax for any parameter set. - The "Notes" section of `ForEach-Object` directed users to the wrong example for thread safety. - The `Where-Object` reference documentation used the `where` alias throughout the article, not just when discussing the alias specifically. - The **SkipIndex** parameter of the `Select-Object` cmdlet was missing a description entirely and didn't indicate the version of PowerShell it was added in. This change: - Adds the **UseNewRunspace** parameter to the `ParallelParameterSet` syntax of the `ForEach-Object` cmdlet reference. - Fixes #10642 - Fixes AB#183543 - Ensures that the notes section of `ForEach-Object` points to the correct example. - Fixes #10643 - Fixes AB#183544 - Replaces all instances of `where` with `Where-Object` in the `Where-Object` reference documentation except where discussing the `where` alias specifically. - Fixes #10644 - Fixes AB#183545 - Documents the **SkipIndex** parameter of the `Select-Object` cmdlet and indicates that it was added in PowerShell 6.0. - Fixes #10645 - Fixes AB#183546
- Loading branch information
1 parent
62ab98b
commit 104c9f1
Showing
10 changed files
with
148 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.