New-DscResourcePowerShellHelp and Composite resources does not work #115
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
Details of the scenario you tried and the problem that is occurring
Trying to use the command
New-DscResourcePowerShellHelp
with a composite resource.Composite sits in
source\DSCResources\CompositeName\
with two filesAfter looking at the function
New-DscResourcePowerShellHelp
it seams there is no code for compositesSteps to reproduce the problem
PS> New-DscResourcePowerShellHelp -ModulePath .\source\ -Verbose
Expected behavior
It creates some files.
Current behavior
It creates nothing
Suggested solution to the issue
It creates PowerShell compatible help files or the help file is updated, that the command can only do mof and class based.
The operating system the target node is running
Windows 10
Version and build of PowerShell the target node is running
Version of the module that was used
C:\Users\<Username>\git Repositories\<ModuleName>\output\RequiredModules\DscResource.DocGenerator\0.10.3\DscResource.DocGenerator.psd1
The text was updated successfully, but these errors were encountered: