PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
485 stars 92 forks source link

PSResourceGet DSC resources #1697

Open ThomasNieto opened 1 week ago

ThomasNieto commented 1 week ago

Summary of the new feature / enhancement

As a user I want PSResourceGet to have DSC resources so I can declaratively manage PS resources.

Proposed technical implementation details (optional)

No response

kilasuit commented 1 week ago

This is essentially a reask of #211 (when this repo was for PowerShellGet and had resources delivered) but to remove needing PowerShellGet/PackageManagement going forward

kilasuit commented 1 week ago

Also worth noting that we have had this asked for as part of https://github.com/dsccommunity/ComputerManagementDsc with a PR currently open to add this using the older PowerShellGet/PackageManagement modules as a class resource There's also been talk about this being something that winget provides an access layer to in the winget-cli repo as part of the configurations that winget can apply

I agree though that PSResourceGet should author and own the resources and these can then be utilised in configurations & not require duplicated functionality in the ComputerManagementDSC repo.