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

Need to Ensure Microsoft.Automation is Registered in Azure Subscription #22

Open PlagueHO opened 7 years ago

PlagueHO commented 7 years ago

Although it is easy enough to register Microsoft.Automation in a subscription it would be better if New-ResourceGroupandAutomationAccount in TestHelper.psm1 did this automatically.

@mgreenegit - is it worth me submitting PR's to fix some of these issues I'm finding?