Skip to content

Commit dd1a9f4

Browse files
committed
Remove obsolete _rebootRequested property and its documentation from DSC resource schemas
1 parent de79d34 commit dd1a9f4

File tree

3 files changed

+0
-77
lines changed

3 files changed

+0
-77
lines changed

docs/reference/schemas/resource/manifest/schema/embedded.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ in the embedded schema, the schema _must_ define the property as a reference.
9494
- [_exist](#_exist)
9595
- [_inDesiredState](#_indesiredstate)
9696
- [_purge](#_purge)
97-
- [_rebootRequested](#_rebootrequested)
9897

9998
#### _exist
10099

@@ -145,24 +144,7 @@ If defined, this property must be a reference to the schema for the canonical pr
145144

146145
For more information, see [DSC Resource _purge property schema][04].
147146

148-
#### _rebootRequested
149-
150-
The read-only `_rebootRequested` property indicates whether a resource instance requires a reboot
151-
after a set operation. To use DSC's built-in reboot notification processing, resources must define
152-
this property in their manifest.
153-
154-
If defined, this property must be a reference to the schema for the canonical property:
155-
156-
```json
157-
"_rebootRequested": {
158-
"$ref": "https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.1/resource/properties/rebootRequested.json"
159-
}
160-
```
161-
162-
For more information, see [DSC Resource _rebootRequested property schema][05]
163-
164147
[01]: ../../properties/ensure.md
165148
[02]: ../test.md
166149
[03]: ../../properties/inDesiredState.md
167150
[04]: ../../properties/purge.md
168-
[05]: ../../properties/rebootRequested.md

docs/reference/schemas/resource/properties/overview.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,8 @@ DSC.
3838

3939
For more information, see [DSC Resource _purge property schema][05].
4040

41-
## _rebootRequested
42-
43-
The read-only `_rebootRequested` property indicates whether a resource instance requires a reboot
44-
after a set operation. To use DSC's built-in reboot notification processing, resources must define
45-
this property in their manifest.
46-
47-
For more information, see [DSC Resource _rebootRequested property schema][06].
48-
4941
[01]: exist.md
5042
[02]: ../manifest/test.md
5143
[03]: ../manifest/root.md
5244
[04]: inDesiredState.md
5345
[05]: purge.md
54-
[06]: rebootRequested.md

docs/reference/schemas/resource/properties/rebootRequested.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)