-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[WIP] Fixes #8224 - Updates Select-Object #8225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Fixes #8224 - Updates Select-Object #8225
Conversation
|
Docs Build status updates of commit e5e064b: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. This comment lists only the first 50 files in the pull request. reference/5.1/Microsoft.PowerShell.Utility/Select-Object.md
reference/5.1/Microsoft.PowerShell.Utility/New-Object.yml
reference/5.1/CimCmdlets/Get-CimSession.yml
reference/5.1/Microsoft.PowerShell.Management/Get-ChildItem.yml
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Xml.yml
reference/5.1/Microsoft.PowerShell.Management/New-Item.yml
reference/5.1/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.yml
reference/5.1/Microsoft.PowerShell.Management/Rename-ItemProperty.yml
reference/5.1/Microsoft.PowerShell.Management/Checkpoint-Computer.yml
reference/5.1/Microsoft.PowerShell.Utility/Enable-PSBreakpoint.yml
reference/5.1/Microsoft.PowerShell.Management/Disable-ComputerRestore.yml
reference/5.1/Microsoft.PowerShell.Core/Set-PSSessionConfiguration.yml
reference/5.1/Microsoft.PowerShell.Management/Invoke-WmiMethod.yml
reference/5.1/Microsoft.WSMan.Management/Connect-WSMan.yml
reference/5.1/Microsoft.PowerShell.Core/Set-PSDebug.yml
reference/5.1/Microsoft.PowerShell.Management/Invoke-Item.yml
reference/5.1/Microsoft.PowerShell.Management/Get-WmiObject.yml
reference/5.1/Microsoft.PowerShell.Utility/Export-Alias.yml
reference/5.1/PackageManagement/Get-Package.yml
reference/5.1/PackageManagement/Install-Package.yml
reference/5.1/PackageManagement/Find-Package.yml
reference/5.1/Microsoft.PowerShell.Utility/Disable-PSBreakpoint.yml
reference/5.1/Microsoft.PowerShell.Management/Show-ControlPanelItem.yml
reference/5.1/Microsoft.PowerShell.Utility/Format-Custom.yml
reference/5.1/Microsoft.PowerShell.Utility/Get-PSBreakpoint.yml
reference/5.1/Microsoft.WSMan.Management/Remove-WSManInstance.yml
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Json.yml
reference/5.1/Microsoft.PowerShell.Management/Get-ComputerRestorePoint.yml
reference/5.1/Microsoft.PowerShell.Utility/Write-Information.yml
reference/5.1/Microsoft.PowerShell.Utility/Get-FormatData.yml
reference/5.1/Microsoft.PowerShell.Management/Remove-Item.yml
reference/5.1/Microsoft.PowerShell.Management/Get-Item.yml
reference/5.1/Microsoft.PowerShell.Management/Enable-ComputerRestore.yml
reference/5.1/Microsoft.PowerShell.Management/Move-Item.yml
reference/5.1/CimCmdlets/Get-CimInstance.yml
reference/5.1/Microsoft.PowerShell.Utility/Group-Object.yml
reference/5.1/Microsoft.WSMan.Management/Set-WSManInstance.yml
reference/5.1/Microsoft.PowerShell.Management/Copy-Item.yml
reference/5.1/Microsoft.PowerShell.Management/Remove-Computer.yml
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Json.yml
reference/5.1/Microsoft.PowerShell.Utility/Format-List.yml
reference/5.1/Microsoft.PowerShell.Utility/Write-Output.yml
reference/5.1/Microsoft.PowerShell.Utility/Get-RunspaceDebug.yml
reference/5.1/Microsoft.WSMan.Management/Disable-WSManCredSSP.yml
reference/5.1/Microsoft.PowerShell.Utility/Export-Csv.yml
reference/5.1/Microsoft.PowerShell.Utility/Measure-Object.yml
reference/5.1/Microsoft.PowerShell.Utility/New-TimeSpan.yml
reference/5.1/Microsoft.PowerShell.Utility/Format-Hex.yml
reference/5.1/Microsoft.PowerShell.Utility/Write-Progress.yml
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Csv.yml
For more details, please refer to the build report. If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
sdwheeler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple minor edits.
Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
|
Docs Build status updates of commit b66b7e7: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
|
Docs Build status updates of commit c33c3bf: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
* Update versions for new releases (#8222) * [WIP] Fixes #8224 - Updates Select-Object (#8225) * Automatically committed changes. * Apply suggestions from code review Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Updates for PR feedback Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Fixes #8220 - Reorder information in setup articles (#8226) * Reorder information in setup articles * fix broken links * Update reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com>
* Update versions for new releases (#8222) * [WIP] Fixes #8224 - Updates Select-Object (#8225) * Automatically committed changes. * Apply suggestions from code review Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Updates for PR feedback Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Fixes #8220 - Reorder information in setup articles (#8226) * Reorder information in setup articles * fix broken links * Update reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> * Fix versioned URLs (#8229) Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com>
* Publish to live (#8228) * Update versions for new releases (#8222) * [WIP] Fixes #8224 - Updates Select-Object (#8225) * Automatically committed changes. * Apply suggestions from code review Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Updates for PR feedback Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Fixes #8220 - Reorder information in setup articles (#8226) * Reorder information in setup articles * fix broken links * Update reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> * Publish to live (#8230) * Update versions for new releases (#8222) * [WIP] Fixes #8224 - Updates Select-Object (#8225) * Automatically committed changes. * Apply suggestions from code review Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Updates for PR feedback Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> * Fixes #8220 - Reorder information in setup articles (#8226) * Reorder information in setup articles * fix broken links * Update reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> * Fix versioned URLs (#8229) Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> * 2/03 PM Publish (#8566) * Add 7.3 to module history (#8559) * Add 7.3 to module history * fix typo * fix more typos * Fix typo (#8564) * Insert missing angle-bracket in class syntax block (#8563) * Add no-loc metadata to avoid over-translation (#8565) Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> Co-authored-by: Guilherme Gonzaga <guilhermgonzaga@gmail.com> * Merge latest changes to live (#8766) * Improve consistency and readability of about_Quoting_Rules (#8764) * Update quicklink for Az PowerShell Co-authored-by: HRXN <Hrxn@users.noreply.github.com> * Publish to live (#8792) * Change staging branch references to main (#8790) * Add no-loc metadata (#8791) * Edit basic grammar. * Edit Note regarding prepending Get verb. Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com> Co-authored-by: Chase Wilson <31453523+chasewilson@users.noreply.github.com> Co-authored-by: huypub <38988242+huypub@users.noreply.github.com> Co-authored-by: Guilherme Gonzaga <guilhermgonzaga@gmail.com> Co-authored-by: HRXN <Hrxn@users.noreply.github.com> Co-authored-by: Alma Jenks <v-alje@microsoft.com> Co-authored-by: JiayueHu <36248303+JiayueHu@users.noreply.github.com>
PR Summary
Updates Unique parameter behavior in
Select-Object.PR Context
Fixes #8224
Fixes AB#1885907
Select the area of the Table of Contents containing the documents being changed.
Conceptual content
Cmdlet reference & about_ topics
PR Checklist
WIP:or[WIP]to the beginning of thetitle and remove the prefix when the PR is ready.