File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/reference/resources/Microsoft/Windows/WindowsPowerShell Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,13 +198,13 @@ The `type` property identifies the adapted instance's PSDSC Resource. The value
198198must be the valid fully qualified type name for the resource.
199199
200200This adapter uses the following syntax for determining the fully qualified type name of a PSDSC
201- resource implemented as a PowerShell class :
201+ resource implemented as a Windows PowerShell script-based :
202202
203203` ` ` Syntax
204- <module name>/<class name>
204+ <module name>/<script-based name>
205205` ` `
206206
207- For example, if a PowerShell module named **TailspinToys** has a class -based PSDSC resource named
207+ For example, if a PowerShell module named **TailspinToys** has a script -based PSDSC resource named
208208` TSToy` , the fully qualified type name for that resource is `TailspinToys/TSToy`.
209209
210210For more information about type names in DSC, see
You can’t perform that action at this time.
0 commit comments