You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/resources/Microsoft/Windows/RebootPending/index.md
+35-6Lines changed: 35 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,19 +98,48 @@ IsWriteOnly : false
98
98
A boolean value that indicates whether the system has a pending reboot. This property is `true` if
99
99
a reboot is pending and otherwise `false`.
100
100
101
+
### Reason
102
+
103
+
<details><summary>Expand for <code>reason</code> property metadata</summary>
104
+
105
+
```yaml
106
+
Type : array, null
107
+
IsRequired : false
108
+
IsKey : false
109
+
IsReadOnly : true
110
+
IsWriteOnly : false
111
+
```
112
+
113
+
</details>
114
+
115
+
An array of strings that provides detailed information about why a reboot is pending, or `null` if no reboot is pending. When a reboot is required, this property contains specific reasons such as:
116
+
117
+
- Windows Updates requiring restart
118
+
- Component-Based Servicing operations
119
+
- Pending file rename operations
120
+
- Computer rename pending
121
+
- Domain join operations pending
122
+
101
123
## Instance validating schema
102
124
103
125
The following snippet contains the JSON Schema that validates an instance of the resource.
0 commit comments