dsccommunity / ComputerManagementDsc

DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
https://dsccommunity.org
MIT License
300 stars 83 forks source link

Fix PendingReboot Localized Data issue - Fixes #350 #351

Closed PlagueHO closed 3 years ago

PlagueHO commented 3 years ago

Pull Request (PR) description

This PR corrects Pending Reboot to use Get-LocalizedData to read data so that it will work on non en-US OS.

This Pull Request (PR) fixes the following issues

Task list

@johlju - would you mind reviewing this one for me?


This change is Reviewable

johlju commented 3 years ago

Closing and reopening to kick off tests.

PlagueHO commented 3 years ago

@johlju - not sure why the ScheduledTask integration tests are failing on WS2019. I'll have to do some investigation into this. Will leave this open and raise another issue.

PlagueHO commented 3 years ago

/AzurePipelines run

azure-pipelines[bot] commented 3 years ago
Azure Pipelines successfully started running 1 pipeline(s).
PlagueHO commented 3 years ago

@johlju - this is now fixed so can be reviewed.