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
198
198
must be the valid fully qualified type name for the resource.
199
199
200
200
This 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 :
202
202
203
203
` ` ` Syntax
204
- <module name>/<class name>
204
+ <module name>/<script-based name>
205
205
` ` `
206
206
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
208
208
` TSToy` , the fully qualified type name for that resource is `TailspinToys/TSToy`.
209
209
210
210
For more information about type names in DSC, see
You can’t perform that action at this time.
0 commit comments