PowerShell / DscConfiguration.Tests

Test automation scripts for evaluating the quality of DSC Configurations using Azure virtual machines and Azure Automation DSC.
MIT License
5 stars 11 forks source link

Add a test for WindowsOSVersion in manifest #23

Open PlagueHO opened 7 years ago

PlagueHO commented 7 years ago

I had accidentally removed the WindowsOSVersion from the manifest of the DSC Configuration I was testing with. A test should be added to ensure it is there. It could be added in Common Tests - Configuration Module Requirements.

I can submit a PR for this.