Skip to content

Commit d287999

Browse files
committed
Clarification on script-based
1 parent da620cc commit d287999

File tree

1 file changed

+3
-3
lines changed
  • docs/reference/resources/Microsoft/Windows/WindowsPowerShell

1 file changed

+3
-3
lines changed

docs/reference/resources/Microsoft/Windows/WindowsPowerShell/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ The `type` property identifies the adapted instance's PSDSC Resource. The value
198198
must be the valid fully qualified type name for the resource.
199199

200200
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:
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

210210
For more information about type names in DSC, see

0 commit comments

Comments
 (0)