RemcoKapinga
RemcoKapinga
Steps to reproduce --------------- Supposing a Pester Test file like below: ```powershell $here = $PsScriptRoot Describe 'My Module' { BeforeAll { $module = Import-Module "$here\MyModule.psd1" } AfterAll { $module |...
When using a private repository (for example, a VSTS / NuGet based repository), using Credentials is required. `Find-Module` and `Find-Script` support the use of a `-Credential` parameter, while `Find-DscResource` does...
### Description For advanced use cases, it would be very useful to enable working with linked or references models, and allowing cross usage. I foresee a workflow where i can...