|
1 | 1 | ---
|
2 | 2 | description: Command line reference for the 'dsc resource list' command
|
3 |
| -ms.date: 06/24/2024 |
| 3 | +ms.date: 02/28/2025 |
4 | 4 | ms.topic: reference
|
5 | 5 | title: dsc resource list
|
6 | 6 | ---
|
@@ -309,24 +309,24 @@ a summary table for the returned resources. The summary table includes the follo
|
309 | 309 | displayed in the listed order:
|
310 | 310 |
|
311 | 311 | - **Type** - The fully qualified type name of the resource.
|
312 |
| -- **Kind** - Whether the resource is an `Adapter`, `Group`, or typical `Resource`. For more |
313 |
| - information, see [DSC Resource kind schema reference][03]. |
| 312 | +- **Kind** - Whether the resource is an `adapter`, `group`, `importer`, or typical `Resource`. For |
| 313 | + more information, see [DSC Resource kind schema reference][03]. |
314 | 314 | - **Version** - The semantic version of the resource.
|
315 | 315 | - **Caps** - A display of the resource's [capabilities][04] as flags. The capabilities are
|
316 | 316 | displayed in the following order, using a `-` instead of the appropriate letter if the resource
|
317 | 317 | doesn't have a specific capability:
|
318 | 318 |
|
319 |
| - - `g` indicates that the resource has the [Get capability][05]. |
320 |
| - - `s` indicates that the resource has the [Set capability][06] |
321 |
| - - `x` indicates that the resource has the [SetHandlesExist capability][07] |
322 |
| - - `w` indicates that the resource has the [WhatIf capability][08] |
323 |
| - - `t` indicates that the resource has the [Test capability][09] |
324 |
| - - `d` indicates that the resource has the [Delete capability][10] |
325 |
| - - `e` indicates that the resource has the [Export capability][11] |
326 |
| - - `r` indicates that the resource has the [Resolve capability][12] |
| 319 | + - `g` indicates that the resource has the [get capability][05]. |
| 320 | + - `s` indicates that the resource has the [set capability][06] |
| 321 | + - `x` indicates that the resource has the [setHandlesExist capability][07] |
| 322 | + - `w` indicates that the resource has the [whatIf capability][08] |
| 323 | + - `t` indicates that the resource has the [test capability][09] |
| 324 | + - `d` indicates that the resource has the [delete capability][10] |
| 325 | + - `e` indicates that the resource has the [export capability][11] |
| 326 | + - `r` indicates that the resource has the [resolve capability][12] |
327 | 327 |
|
328 | 328 | For example, the `Microsoft.Windows/Registry` resource has the following capabilities: `gs--d-`,
|
329 |
| - indicating it has the `Get`, `Set`, and `Delete` capabilities. |
| 329 | + indicating it has the `get`, `set`, and `delete` capabilities. |
330 | 330 | - **RequireAdapter** - The fully qualified type name of the adapter resource that DSC uses to
|
331 | 331 | invoke the returned resource.
|
332 | 332 | - **Description** - The short description of the resource's purpose and usage.
|
|
0 commit comments