Skip to content

Conversation

@sdwheeler
Copy link
Collaborator

@sdwheeler sdwheeler commented Dec 11, 2025

PR Summary

Retire obsolete module docs

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

Copilot AI review requested due to automatic review settings December 11, 2025 16:03
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 8f84c69:

✅ Validation status: passed

File Status Preview URL Details
powershell-gallery/powershellget-3.x/PowerShellGet/Find-Command.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Find-DscResource.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Find-Module.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Find-RoleCapability.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Find-Script.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Get-InstalledModule.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Get-InstalledScript.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Get-PSRepository.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Install-Module.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Install-Script.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/New-ScriptFileInfo.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/PowerShellGet.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Publish-Module.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Publish-Script.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Register-PSRepository.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Save-Module.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Save-Script.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Set-PSRepository.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Test-ScriptFileInfo.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Uninstall-Module.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Uninstall-Script.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Unregister-PSRepository.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Update-Module.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Update-ModuleManifest.md ✅Succeeded n/a (file deleted or renamed)
powershell-gallery/powershellget-3.x/PowerShellGet/Update-Script.md ✅Succeeded n/a (file deleted or renamed)

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

Copy link
Contributor

Copilot AI left a 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.

@sdwheeler sdwheeler merged commit d27e802 into MicrosoftDocs:main Dec 11, 2025
12 checks passed
@sdwheeler sdwheeler deleted the sdw-w539138-retire-proxy-module branch January 12, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant