Skip to content

Commit e3f032f

Browse files
committed
Update reference example
1 parent 493d75b commit e3f032f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/schemas/config/functions/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ resources:
5151
- name: Echo bitness
5252
type: Microsoft.DSC.Debug/Echo
5353
properties:
54-
output: "[reference(resourceId('Microsoft/OSInfo', 'System')).actualState.bitness]"
54+
output: "[reference(resourceId('Microsoft/OSInfo', 'System')).bitness]"
5555
dependsOn:
5656
- "[resourceId('Microsoft/OSInfo', 'System')]"
5757
```
5858
5959
```bash
60-
dsc config get --file reference.example.1.dsc.config.yaml config get
60+
dsc config get --file reference.example.1.dsc.config.yaml
6161
```
6262

6363
```yaml

0 commit comments

Comments
 (0)