Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
raandree opened this issue Oct 31, 2022 · 0 comments · Fixed by #398
Closed

Comments

@raandree
Copy link
Contributor

Problem description

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

These modules are missing:

  • Sampler.GitHubTasks
  • MarkdownLinkCheck
  • DscResource.Common
  • DscResource.Test
  • DscResource.AnalyzerRules
  • xDscResourceDesigner
  • DscResource.DocGenerator

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
raandree added a commit to raandree/Sampler that referenced this issue Oct 31, 2022
@raandree raandree mentioned this issue Oct 31, 2022
9 tasks
gaelcolas added a commit that referenced this issue Nov 1, 2022
Co-authored-by: Gael <[email protected]>
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 a pull request may close this issue.

1 participant