-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to DSCResource.Common - Fixes #685 #693
Conversation
@johlju - would you mind reviewing this one when you have time? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 57 of 57 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved
tests/Unit/DSC_xMsiPackage.Tests.ps1, line 808 at r1 (raw file):
-MockWith { }
We can remove these if they shouldn't mock any output. Throughout, but can be made in another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved
tests/Unit/DSC_xMsiPackage.Tests.ps1, line 808 at r1 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
-MockWith { }
We can remove these if they shouldn't mock any output. Throughout, but can be made in another PR.
Cool. I'm going to do a full clean up of all code etc (have issues already open).
Pull Request (PR) description
Convert module to use DSCResource.Common. This also improves integration test reliability by adding
Reset-DscLcm
.This Pull Request (PR) fixes the following issues
Task list
file CHANGELOG.md. Entry should say what was changed and how that
affects users (if applicable), and reference the issue being resolved
(if applicable).
and comment-based help.
This change is