dsccommunity / DscWorkshop

Blueprint for a full featured DSC project for Push / Pull with or without CI/CD
MIT License
203 stars 162 forks source link

Enable publish to Azure Automation #130

Closed nyanhp closed 2 years ago

nyanhp commented 2 years ago

Pull Request

Pull Request (PR) description

Added stages to cloud pipeline and added steps to publish modules to Azure Automation DSC. Tested in my own Azure DevOps org

In order to publish and assign Guest Configuration Policies, more work is necessary and will follow later on. Most notably, creating the Guest Configuration Packages is only possible with PS7+.

To use this feature, the follow prerequisites are required:

Added