Skip to content

Commit

Permalink
(MAINT) Fix assertion example
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michaeltlombardi committed Apr 18, 2024
1 parent d56669b commit 87ca2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsc/examples/assertion.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resources:
type: Microsoft.Windows/Registry
properties:
keyPath: HKCU\example
_ensure: Present
_exist: true
dependsOn:
- "[resourceId('Microsoft.DSC/Assertion','my assertions')]"
- name: my assertions
Expand Down

0 comments on commit 87ca2a9

Please sign in to comment.