You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Modules that must be imported into the global environment prior to importing this module
RequiredModules =@('Containers')
Containers should not be required since the machine may not have this feature enabled. In that case, even if we try to apply configuration which installs this feature:
nContainer.psd1 contains
Containers should not be required since the machine may not have this feature enabled. In that case, even if we try to apply configuration which installs this feature:
PowerShell will try to load Containers module during parsing the configuration which results in a failure:
The text was updated successfully, but these errors were encountered: