Skip to content
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

Merged
merged 13 commits into from
Jul 11, 2020

Conversation

PlagueHO
Copy link
Member

@PlagueHO PlagueHO commented Jul 5, 2020

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

  • Added an entry to the change log under the Unreleased section of the
    file CHANGELOG.md. Entry should say what was changed and how that
    affects users (if applicable), and reference the issue being resolved
    (if applicable).
  • 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.
  • Examples appropriately added/updated.
  • Unit tests added/updated. See DSC Community Testing Guidelines.
  • Integration tests added/updated (where possible). See DSC Community Testing Guidelines.
  • New/changed code adheres to DSC Community Style Guidelines.

This change is Reviewable

@PlagueHO PlagueHO marked this pull request as draft July 6, 2020 01:52
@PlagueHO PlagueHO marked this pull request as ready for review July 11, 2020 06:26
@PlagueHO PlagueHO added the needs review The pull request needs a code review. label Jul 11, 2020
@PlagueHO
Copy link
Member Author

@johlju - would you mind reviewing this one when you have time?

Copy link
Member

@johlju johlju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 57 of 57 files at r1.
Reviewable status: :shipit: 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.

Copy link
Member Author

@PlagueHO PlagueHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: 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).

@PlagueHO PlagueHO merged commit 6d900e9 into dsccommunity:master Jul 11, 2020
@PlagueHO PlagueHO deleted the Issue-685 branch July 11, 2020 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review The pull request needs a code review.
Projects
None yet
2 participants