We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493d75b commit e3f032fCopy full SHA for e3f032f
docs/reference/schemas/config/functions/reference.md
@@ -51,13 +51,13 @@ resources:
51
- name: Echo bitness
52
type: Microsoft.DSC.Debug/Echo
53
properties:
54
- output: "[reference(resourceId('Microsoft/OSInfo', 'System')).actualState.bitness]"
+ output: "[reference(resourceId('Microsoft/OSInfo', 'System')).bitness]"
55
dependsOn:
56
- "[resourceId('Microsoft/OSInfo', 'System')]"
57
```
58
59
```bash
60
-dsc config get --file reference.example.1.dsc.config.yaml config get
+dsc config get --file reference.example.1.dsc.config.yaml
61
62
63
```yaml
0 commit comments