gaelcolas / gaelcolas/SampleModule
Ensure DSC Composite Resource PSD1 does not export Function
Aperta
- Lingua principale
- PowerShell
- Stelle
- 43
- Fork
- 8
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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 ` throws.
It'd be good to catch this early in a pester test.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.