Document behavior when -Skip is used with other parameters#12989
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
Pull request overview
This PR updates the Select-Object reference pages to explain how -Skip interacts with other selection parameters across supported documentation versions. It touches the versioned cmdlet help pages in reference/*/Microsoft.PowerShell.Utility to keep the parameter descriptions aligned.
Changes:
- Added
-Skipinteraction details to the-Firstparameter descriptions. - Added
-Skipinteraction details to the-Lastand-Skipparameter descriptions. - Updated
ms.datemetadata on the affectedSelect-Objectreference pages.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
reference/7.7/Microsoft.PowerShell.Utility/Select-Object.md |
Adds -Skip behavior notes for -First, -Last, and -Skip in the 7.7 docs. |
reference/7.6/Microsoft.PowerShell.Utility/Select-Object.md |
Mirrors the same Select-Object parameter documentation updates for 7.6. |
reference/7.5/Microsoft.PowerShell.Utility/Select-Object.md |
Mirrors the same Select-Object parameter documentation updates for 7.5. |
reference/7.4/Microsoft.PowerShell.Utility/Select-Object.md |
Mirrors the same Select-Object parameter documentation updates for 7.4. |
reference/5.1/Microsoft.PowerShell.Utility/Select-Object.md |
Applies the documentation updates to the 5.1 page and also changes page metadata/front matter. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Learn Build status updates of commit 7f844b7: ✅ Validation status: passed
For more details, please refer to the build report. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit c1c5e60: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Document behavior when -Skip is used with other parameters
PR Checklist