PowerShell / PackageManagementProviderResource

Modules with DSC resources for the PackageManagement(aka OneGet) providers.
MIT License
37 stars 24 forks source link

adding support for install-module switches #40

Closed mrhockeymonkey closed 5 years ago

mrhockeymonkey commented 6 years ago

This is a continuation of something i previously tried to fix but in the wrong repository. See https://github.com/OneGet/oneget/pull/337 where it was agreed that PackageManagement module should be kept generic.

This is PR is to solve the issue raised here: https://github.com/OneGet/oneget/issues/327

At some point the options -Force, -AllowClobber & -SkipPublisherCheck were added to the PowerShellGet cmdlets. Here I am adding support for them in the DSC Resource.


This change is Reviewable

mrhockeymonkey commented 5 years ago

Solution to this ended up being merged into PowerShellGet Modules Here https://github.com/PowerShell/PowerShellGet/pull/347/files

Closing this PR