Skip to content

Commit 87ca2a9

Browse files
(MAINT) Fix assertion example
Prior to this change, the example configuration document for assertions was invalid, using the `_ensure` property instead of `_exist`. This change updates the document to be valid.
1 parent d56669b commit 87ca2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/examples/assertion.dsc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resources:
55
type: Microsoft.Windows/Registry
66
properties:
77
keyPath: HKCU\example
8-
_ensure: Present
8+
_exist: true
99
dependsOn:
1010
- "[resourceId('Microsoft.DSC/Assertion','my assertions')]"
1111
- name: my assertions

0 commit comments

Comments
 (0)