Skip to content

Commit 2300770

Browse files
Gijsreynmichaeltlombardi
authored andcommitted
Update example to be YAML
1 parent 3f2e6d2 commit 2300770

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/resources/Microsoft/DSC/Debug/echo/examples/basic-echo-example.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ dsc resource get --resource Microsoft.DSC.Debug/Echo --input $instance
4949

5050
The resource will return the same output value:
5151

52-
```json
53-
{"actualState":{"output":"Hello World!"}}
52+
```yaml
53+
actualState:
54+
output: Hello World!
5455
```
5556

5657
## Using the set capability

0 commit comments

Comments
 (0)