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:
Service Connection to Azure Resource Manager has been created in Azure DevOps
Storage Account exists, Service Connection has permissions
Automation Account exists, Service Connection has permissions
Added
Publishing of modules and MOF to Azure Automation DSC
Changed
Updated module versions to be on par with CommonTasks 0.6.0
[x] The PR represents a single logical change. i.e. Cosmetic updates should go in different PRs.
[x] Added an entry under the Unreleased section of in the CHANGELOG.md as per format.
[x] Local clean build passes without issue or fail tests (build.ps1 -ResolveDependency).
[ ] Resource documentation added/updated in README.md.
[ ] Resource parameter descriptions added/updated in README.md, schema.mof
and comment-based help.
[ ] Comment-based help added/updated.
[ ] Localization strings added/updated in all localization files as appropriate.
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
Changed
Updated module versions to be on par with CommonTasks 0.6.0
build.ps1 -ResolveDependency
).This change is