https://github.com/powershell/dscconfiguration.tests
Test automation scripts for evaluating the quality of DSC Configurations using Azure virtual machines and Azure Automation DSC.
https://github.com/powershell/dscconfiguration.tests
Last synced: 9 months ago
JSON representation
Test automation scripts for evaluating the quality of DSC Configurations using Azure virtual machines and Azure Automation DSC.
- Host: GitHub
- URL: https://github.com/powershell/dscconfiguration.tests
- Owner: PowerShell
- License: mit
- Archived: true
- Created: 2017-03-14T22:41:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T15:21:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T12:35:56.964Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 97.7 KB
- Stars: 5
- Watchers: 12
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSCConfiguration.Tests
This repository provides test automation scripting that are intended to
accelerate iterative authoring of DSC Configurations by hosting tests
on Azure.
## Versions
### Unreleased
* README.MD:
* Fixed markdown rule violations.
* Added Change Log.
* Added support for specifying the Azure Data center location to use
by defining the `$ENV:Location` environment variable. Will default
to 'EastUS2' if not specified.
* NUnit Pester Test results uploaded to AppVeyor as artifacts.
* Updated `New-ResourceGroupandAutomationAccount` to automatically
register `Microsoft.Automation` resource provider.