Skip to content

Commit 3a5a6d6

Browse files
authored
Fix _purge example (#360)
1 parent a1ffca6 commit 3a5a6d6

File tree

1 file changed

+1
-1
lines changed
  • dsc/docs-conceptual/dsc-3.0/reference/schemas/resource/properties

1 file changed

+1
-1
lines changed

dsc/docs-conceptual/dsc-3.0/reference/schemas/resource/properties/purge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To add this property to a resource's instance schema, define the property with t
4343
snippet:
4444

4545
```json
46-
"_inDesiredState": {
46+
"_purge": {
4747
"$ref": "https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3/resource/properties/purge.json"
4848
}
4949
```

0 commit comments

Comments
 (0)