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.
1 parent e77dff8 commit 504ac63Copy full SHA for 504ac63
reboot_pending/reboot_pending.dsc.resource.json
@@ -13,15 +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": "object",
23
+ "type": [
24
+ "object",
25
+ "null"
26
+ ],
27
"properties": {
28
"rebootPending": {
- "type": "boolean"
29
+ "type": "boolean",
30
+ "readOnly": true
31
}
32
33
34
-}
35
+}
0 commit comments