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 007b9b2 + 504ac63 commit b4406cfCopy full SHA for b4406cf
reboot_pending/reboot_pending.dsc.resource.json
@@ -13,16 +13,23 @@
13
"reboot_pending.resource.ps1"
14
]
15
},
16
+ "exitCodes": {
17
+ "0": "Success",
18
+ "1": "Error"
19
+ },
20
"schema": {
21
"embedded": {
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
- "type": "null",
23
+ "type": [
24
+ "object",
25
+ "null"
26
+ ],
27
"properties": {
28
"rebootPending": {
- "type": "boolean",
- "readOnly": true
29
+ "type": "boolean",
30
+ "readOnly": true
31
}
32
33
34
-}
35
+}
0 commit comments