Thanks to @nyanhp's change dsccommunity/CommonTasks#148 dependencies now work between configurations (DependsOn: '[WebApplicationPools]WebApplicationPools') and also between configuration items (DependsOn: '[xWebApplication]TestApp1').
Added
Dependencies to configurations and configuration items
Changed
Updated some modules to latest version
Task list
[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
Thanks to @nyanhp's change dsccommunity/CommonTasks#148 dependencies now work between configurations (
DependsOn: '[WebApplicationPools]WebApplicationPools'
) and also between configuration items (DependsOn: '[xWebApplication]TestApp1'
).Added
Changed
Task list
build.ps1 -ResolveDependency
).This change is