Skip to content

Commit 5b7de41

Browse files
SteveL-MSFTmichaeltlombardi
authored andcommitted
Apply suggestions from code review
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent 0e878ce commit 5b7de41

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

dsc/examples/PSConfEU_2024_Demo.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
dsc resource list
1111
```
1212

13-
- List PowerShell Adapted DSC resources
13+
- List adapted PowerShell DSC resources
1414

1515
```powershell
1616
dsc resource list --adapter Microsoft.DSC/PowerShell
17+
dsc resource list --adapter Microsoft.Windows/PowerShell
1718
```
1819

1920
- Find DSC resources
@@ -22,6 +23,10 @@ dsc resource list --adapter Microsoft.DSC/PowerShell
2223
dsc resource list '*DSC*'
2324
```
2425

26+
- Find specific adapted PSDSC resources
27+
28+
```powershell
29+
dsc resource list --adapter Microsoft.DSC/PowerShell PSDscResources/*
2530
### DSC Resource Invocation
2631
2732
- Invoke OSInfo DSC resource
@@ -51,7 +56,7 @@ dsc resource get -r Microsoft/osinfo
5156
- Args, JSON Input, Env Var
5257
- JSON Schema
5358

54-
### Resource Types
59+
### Resource Kinds
5560

5661
- Resource
5762
- Group

0 commit comments

Comments
 (0)