-
Notifications
You must be signed in to change notification settings - Fork 45
Retire obsolete module docs #305
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
Retire obsolete module docs #305
Conversation
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.
Pull request overview
This PR retires the obsolete PowerShellGet v3 (preview) module documentation by deleting all documentation files from the powershell-gallery/powershellget-3.x/PowerShellGet/ directory. The PR addresses work item AB#539138 and completely removes the proxy cmdlet documentation for the PowerShellGet v3 compatibility layer, which provided a bridge to the Microsoft.PowerShell.PSResourceGet module.
Key Changes
- Complete removal of the PowerShellGet v3 module documentation directory
- Deletion of the main module documentation file (PowerShellGet.md)
- Removal of 30+ cmdlet reference documentation files covering Find-, Get-, Install-, Publish-, Register-, Save-, Set-, Test-, Uninstall-, and Update- cmdlets
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| PowerShellGet.md | Main module documentation file being removed |
| Find-Command.md | Find-Command cmdlet documentation being removed |
| Find-DscResource.md | Find-DscResource cmdlet documentation being removed |
| Find-Module.md | Find-Module cmdlet documentation being removed |
| Find-RoleCapability.md | Find-RoleCapability cmdlet documentation being removed |
| Find-Script.md | Find-Script cmdlet documentation being removed |
| Get-InstalledModule.md | Get-InstalledModule cmdlet documentation being removed |
| Get-InstalledScript.md | Get-InstalledScript cmdlet documentation being removed |
| Get-PSRepository.md | Get-PSRepository cmdlet documentation being removed |
| Install-Module.md | Install-Module cmdlet documentation being removed |
| Install-Script.md | Install-Script cmdlet documentation being removed |
| New-ScriptFileInfo.md | New-ScriptFileInfo cmdlet documentation being removed |
| Publish-Module.md | Publish-Module cmdlet documentation being removed |
| Publish-Script.md | Publish-Script cmdlet documentation being removed |
| Register-PSRepository.md | Register-PSRepository cmdlet documentation being removed |
| Save-Module.md | Save-Module cmdlet documentation being removed |
| Save-Script.md | Save-Script cmdlet documentation being removed |
| Set-PSRepository.md | Set-PSRepository cmdlet documentation being removed |
| Test-ScriptFileInfo.md | Test-ScriptFileInfo cmdlet documentation being removed |
| Uninstall-Module.md | Uninstall-Module cmdlet documentation being removed |
| Uninstall-Script.md | Uninstall-Script cmdlet documentation being removed |
| Unregister-PSRepository.md | Unregister-PSRepository cmdlet documentation being removed |
| Update-Module.md | Update-Module cmdlet documentation being removed |
| Update-ModuleManifest.md | Update-ModuleManifest cmdlet documentation being removed |
| Update-Script.md | Update-Script cmdlet documentation being removed |
| Update-ScriptFileInfo.md | Update-ScriptFileInfo cmdlet documentation being removed |
The changes are appropriate for retiring obsolete documentation. All files being deleted are markdown documentation files for the PowerShellGet v3 preview module, which is being retired in favor of the newer Microsoft.PowerShell.PSResourceGet module.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Summary
Retire obsolete module docs
PR Checklist