vmware / dscr-for-vmware

The Repository contains Microsoft PowerShell Desired State Configuration (DSC) Resources for managing VC and ESXi settings.
Other
140 stars 41 forks source link

VMware.PSDesiredStateConfiguration not published to powershell gallery. #291

Closed Alta2048 closed 3 years ago

Alta2048 commented 3 years ago

Hi All,

Is there any chance that the module "VMware.PSDesiredStateConfiguration' will be published via the PSgallery?

PowerShell Gallery | Packages matching VMware.PSDesiredStateConfiguration : is not showing any result

find-module 'VMware.PSDesiredStateConfiguration'

do not reply

find-module 'vmware.vspheredsc'

is working correctly

Workaround : clone the repository and run :

Import-module -path YourPath\Source\VMware.PSDesiredStateConfiguration\VMware.PSDesiredStateConfiguration.psd1

KristiyanGK commented 3 years ago

Hi, we are still currently working on new features for this module and that is why we haven't released it in the PowerShell Gallery. When the new features are complete we will have a new release here on the github page and on the Gallery.

Alta2048 commented 3 years ago

Hi, Thanks for the information. Will wait for the release then.