gaelcolas / Sampler

Module template with build pipeline and examples, including DSC elements.
MIT License
171 stars 42 forks source link

When creating a module with ModuleType `CompleteModule`, `RequiredModules.psd1` is incomplete #397

Closed raandree closed 2 years ago

raandree commented 2 years ago

Problem description

When creating a module with ModuleType CompleteModule, RequiredModules.psd1 is incomplete

These modules are missing:

Verbose logs

NA

How to reproduce

New-SampleModule -DestinationPath d:\x -ModuleType CompleteSample -ModuleAuthor me -ModuleName x -ModuleDescription none

Expected behavior

Have the file RequiredModules.psd1 containing all dependencies.

Current behavior

See above

Suggested solution

Fixing the template

Operating system the target node is running

NA

PowerShell version and build the target node is running

NA

Module version used

0.115.0