Skip to content

Commit 57e31e7

Browse files
committed
Added inline syntax block to remove build warnings
1 parent 42d4c74 commit 57e31e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wmf/dsc_importdscresource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ In ISE it is shown IntelliSence.
88

99
![](images/Import-DscResource-Modversion.jpg)
1010

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'}`
1212

1313
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

Comments
 (0)