Fix HelpInfoUri and rename ThreadJob module#12931
Fix HelpInfoUri and rename ThreadJob module#12931sdwheeler merged 4 commits intoMicrosoftDocs:mainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Pull request overview
Updates PowerShell 7.6 reference documentation to correct the HelpInfoUri (“Download Help Link”) and to reflect the rename of the ThreadJob module to Microsoft.PowerShell.ThreadJob.
Changes:
- Updated multiple 7.6 module landing pages to use
https://aka.ms/powershell76-helpas the Download Help Link. - Removed the old
reference/7.6/ThreadJob/ThreadJob.mdlanding page and introduced a newreference/7.6/Microsoft.PowerShell.ThreadJob/module landing page. - Added the
Start-ThreadJobcmdlet reference page under the renamed module directory.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| reference/7.6/ThreadJob/ThreadJob.md | Removes the old ThreadJob module landing page in 7.6. |
| reference/7.6/PSReadLine/PSReadLine.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/PSDiagnostics/PSDiagnostics.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/Microsoft.WSMan.Management/Microsoft.WSMan.Management.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/Microsoft.PowerShell.ThreadJob/Start-ThreadJob.md | Adds cmdlet documentation under the renamed module directory. |
| reference/7.6/Microsoft.PowerShell.ThreadJob/Microsoft.PowerShell.ThreadJob.md | Adds the new module landing page for Microsoft.PowerShell.ThreadJob. |
| reference/7.6/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/Microsoft.PowerShell.Core/Microsoft.PowerShell.Core.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.md | Updates Download Help Link to the 7.6 aka.ms URL. |
| reference/7.6/CimCmdlets/CimCmdlets.md | Updates Download Help Link to the 7.6 aka.ms URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
reference/7.6/Microsoft.PowerShell.ThreadJob/Microsoft.PowerShell.ThreadJob.md
Outdated
Show resolved
Hide resolved
reference/7.6/Microsoft.PowerShell.ThreadJob/Microsoft.PowerShell.ThreadJob.md
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
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 |
PR Summary
Fix HelpInfoUri and rename ThreadJob module
PR Checklist