gaelcolas / SampleModule

Sample module to experiment with build pipeline
MIT License
42 stars 8 forks source link

Ensure DSC Composite Resource PSD1 does not export Function #36

Open gaelcolas opened 6 years ago

gaelcolas commented 6 years ago

When the PSD1 of a Composite Resource is created with New-ModuleManifest, it creates the line:

FunctionsToExport = @()

Which makes the DSC Resource invalid: Get-DscResource -Name <resourceName> throws.

It'd be good to catch this early in a pester test.