File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2024/04/bundled/resource/manifest.json" ,
3- "description" : " Returns info about pending reboot." ,
4- "type" : " Microsoft.Windows/RebootPending" ,
5- "version" : " 0.1.0" ,
6- "get" : {
7- "executable" : " powershell" ,
8- "args" : [
9- " -NoLogo" ,
10- " -NonInteractive" ,
11- " -NoProfile" ,
12- " -Command" ,
13- " reboot_pending.resource.ps1"
14- ]
2+ "$schema" : " https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2024/04/bundled/resource/manifest.json" ,
3+ "description" : " Returns info about pending reboot." ,
4+ "type" : " Microsoft.Windows/RebootPending" ,
5+ "version" : " 0.1.0" ,
6+ "get" : {
7+ "executable" : " powershell" ,
8+ "args" : [
9+ " -NoLogo" ,
10+ " -NonInteractive" ,
11+ " -NoProfile" ,
12+ " -Command" ,
13+ " reboot_pending.resource.ps1"
14+ ]
15+ },
16+ "schema" : {
17+ "embedded" : {
18+ "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
19+ "type" : " null"
1520 }
21+ }
1622}
You can’t perform that action at this time.
0 commit comments