Skip to content

Commit 2c60229

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix merge
1 parent e7ccf9b commit 2c60229

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

dsc/examples/PSConfEU_2024_Demo.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ dsc resource get -r Microsoft/osinfo
4444
### Tracing
4545

4646
- Error, Warn, Info, Debug, Trace
47-
- Logging to ETW/Syslog and files
4847

4948
### WhatIf
5049

@@ -56,6 +55,10 @@ dsc resource get -r Microsoft/osinfo
5655
- Args, JSON Input, Env Var
5756
- JSON Schema
5857

58+
```powershell
59+
dsc resource schema -r Test/Echo
60+
```
61+
5962
### Resource Kinds
6063

6164
- Resource
@@ -77,14 +80,15 @@ dsc resource get -r Microsoft/osinfo
7780

7881
- Functions
7982
- reference()
80-
- env()
83+
- envvar()
8184
- Dot-notation
8285

8386
### Group Resources
8487

8588
- Scope, examples:
8689
- DependsOn
8790
- Reference
91+
- AssertionGroup
8892

8993
### PowerShell Adapter
9094

dsc/examples/osinfo_parameters.dsc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ resources:
1717
type: Microsoft/OSInfo
1818
properties:
1919
family: macOS
20+
- name: path
21+
type: Test/Echo
22+
properties:
23+
output: "[envvar('PATH')]"

0 commit comments

Comments
 (0)