-
Notifications
You must be signed in to change notification settings - Fork 14
Single Import-DSCResource per module. #5
Copy link
Copy link
Open
Description
At the moment if several resources are defined in a single module you get duplicate Import-DSCResource calls:
configuration test
{
Import-DscResource -Module StackExchangeDSC
ExecutionPolicy EnterNameOf_ExecutionPolicy
{
Name = "[string]" # IsMandatory
}
Import-DscResource -Module StackExchangeDSC
NetworkAdapter EnterNameOf_NetworkAdapter
{
Description = "[string]" # IsMandatory
Name = "[string]" # IsMandatory
}
}If possible, add-on should avoid adding these duplicates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels