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.
2 parents db56acc + e3f032f commit cbb70c7Copy full SHA for cbb70c7
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