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
Copy file name to clipboardExpand all lines: wmf/dsc_importdscresource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ In ISE it is shown IntelliSence.
8
8
9
9

10
10
11
-
Before this, the only way to specify the module version when loading DSC resources by using Module specification object e.g.: –ModuleName @{ModuleName="UserConfigProvider";ModuleVersion="3.0"}
11
+
Before this, the only way to specify the module version when loading DSC resources by using Module specification object e.g.: `–ModuleName @{ModuleName='UserConfigProvider';ModuleVersion='3.0'}`
12
12
13
13
This new parameter 'ModuleVersion' simplifies the experience of specificing a version for a module when authoring a configuration. The –ModuleVersion parameter can only be used in combination with the –ModuleName parameter. It cannot be used with resource names using –Name parameter only.
0 commit comments