Update docs for PSResourceGet 1.3-p2 - #382
Sean Wheeler (sdwheeler) merged 2 commits into
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 |
|
Learn Build status updates of commit 2d08a77: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
🟡 Changes recommended
One or more issues must be addressed before approval.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates PSResourceGet documentation for the 1.3 preview releases.
Changes:
- Documents platform/TFM-aware installation parameters.
- Documents
$PSUserContentPathsupport. - Adds preview release notes and fixes wording.
File summaries
| File | Description |
|---|---|
| powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md | Updated as part of this pull request. |
| powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md | Updated as part of this pull request. |
Review details
Suppressed comments (5)
powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md:52
- These additions are inserted before the new
1.3.0-preview2heading, while the existing MAR/parallel/DSC bullets below that heading are preview1 content (the overview also says MAR became a default in preview1). The version sections are therefore misattributed: keep the existing bullets under preview1, then add the preview2 heading and these new bullets after them.
- Add `$PSContentPath` Standard Platform Paths
- Add new parameters to `Install-PSResource` for Platform and Target Framework Moniker-aware
installations
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md:83
- The phrase is missing the article
the; it should refer tothe PowerShell automatic variable.
PSResourceGet now respects PowerShell automatic variable, `$PSUserContentPath`. This automatic
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md:78
- The closing bold delimiter has a space before it in
**RuntimeIdentifier **, unlike the following parameter name. Remove the space so the parameter is rendered consistently.
**RuntimeIdentifier ** and **TargetFramework**, to allow you to specify the platform and target
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md:71
- The introductory sentence is ungrammatical. Rewrite it so the release/version is the subject of
adds, for example:PSResourceGet v1.3.0-preview2 adds two new features:.
Beginning with PSResourceGet v1.3.0-preview2 adds two new features:
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md:78
- This sentence has a subject-verb agreement error, and the space before the closing
**preventsRuntimeIdentifierfrom being formatted consistently with the other parameter name. Correct both in this sentence.
installed resource, consuming less disk space. This release also add two new parameters,
**RuntimeIdentifier ** and **TargetFramework**, to allow you to specify the platform and target
- Files reviewed: 2/2 changed files
- Comments generated: 5
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 fc5ece8: ✅ Validation status: passed
For more details, please refer to the build report. |
|
LGTM |
Update docs for PSResourceGet 1.3-p2 (#382) * Update docs for PSResourceGet 1.3-p2 * Copilot feedback
PR Summary
Install-PSResource#347PR Checklist