Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions docs/reference/schemas/resource/manifest/schema/embedded.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ in the embedded schema, the schema _must_ define the property as a reference.
- [_exist](#_exist)
- [_inDesiredState](#_indesiredstate)
- [_purge](#_purge)
- [_rebootRequested](#_rebootrequested)

#### _exist

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

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

#### _rebootRequested

The read-only `_rebootRequested` property indicates whether a resource instance requires a reboot
after a set operation. To use DSC's built-in reboot notification processing, resources must define
this property in their manifest.

If defined, this property must be a reference to the schema for the canonical property:

```json
"_rebootRequested": {
"$ref": "https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/v3.1/resource/properties/rebootRequested.json"
}
```

For more information, see [DSC Resource _rebootRequested property schema][05]

[01]: ../../properties/ensure.md
[02]: ../test.md
[03]: ../../properties/inDesiredState.md
[04]: ../../properties/purge.md
[05]: ../../properties/rebootRequested.md
9 changes: 0 additions & 9 deletions docs/reference/schemas/resource/properties/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,8 @@ DSC.

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

## _rebootRequested

The read-only `_rebootRequested` property indicates whether a resource instance requires a reboot
after a set operation. To use DSC's built-in reboot notification processing, resources must define
this property in their manifest.

For more information, see [DSC Resource _rebootRequested property schema][06].

[01]: exist.md
[02]: ../manifest/test.md
[03]: ../manifest/root.md
[04]: inDesiredState.md
[05]: purge.md
[06]: rebootRequested.md
50 changes: 0 additions & 50 deletions docs/reference/schemas/resource/properties/rebootRequested.md

This file was deleted.