Update notes about PSGallery defaults#335
Conversation
|
Learn Build status updates of commit 4e64905: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
This PR updates PSResourceGet (PowerShellGet v3.x) documentation to better describe the default PSGallery repository behavior and improve navigability between repository-management cmdlet docs.
Changes:
- Updated
about_PSResourceGetlong description to list PSResourceGet benefits and document PSGallery default registration details (priority/trust) with a command to trust it. - Added cross-references in
## RELATED LINKSacross repository-management cmdlet pages. - Refreshed
ms.datemetadata across the touched docs.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Unregister-PSResourceRepository.md |
Updates ms.date and adds related links to other repository cmdlets. |
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Set-PSResourceRepository.md |
Updates ms.date and adds related links to other repository cmdlets. |
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Reset-PSResourceRepository.md |
Updates ms.date and adds related links to other repository cmdlets. |
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Register-PSResourceRepository.md |
Updates ms.date and adds related links to other repository cmdlets. |
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSResourceRepository.md |
Updates ms.date and adds related links to other repository cmdlets. |
powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md |
Expands explanation of PSResourceGet and documents PSGallery default trust/priority behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| The first time you use **Microsoft.PowerShell.PSResourceGet**, the module | ||
| registers the PowerShell Gallery as a PSResource repository. By default, the | ||
| PSGallery repository is registered with a priority of 50 and is marked as | ||
| untrusted. Use the following command to trust the PSGallery repository: |
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 8b48d35: ✅ Validation status: passed
For more details, please refer to the build report. |
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
Update notes about PSGallery defaults
PR Checklist