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

Removing IncludeDesiredState and IncludeValue parameter in Test-DscParameterState and correct typo #58

Merged
merged 3 commits into from
Nov 16, 2020

Conversation

NicolasBn
Copy link
Member

@NicolasBn NicolasBn commented Nov 16, 2020

Pull Request (PR) description

Correct typo of my last PR.
Removing IncludeDesiredState and IncludeValue parameters in Test-DscParameterState.
I added those parameters to correct an exception when Compare-DscParameterState call Test-DscParameterState with splatting.
But this was nonsense.
Now, Compare-DscParameterState removes IncludeDesiredState and IncludeValue in splatting.

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).
  • Documentation added/updated in README.md.
  • Comment-based help added/updated for all new/changed functions.
  • 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

Removing IncludeInDesiredState and IncludeValue parameters in
Test-DscParameterState.
Changed Compare-DscParameterState typo in help and
call to of Test-DscParameterSate.
Copy link
Member

@gaelcolas gaelcolas left a comment

Choose a reason for hiding this comment

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

looks good at first time. Waiting on build to approve.

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @NicolasBn)

@gaelcolas gaelcolas merged commit 38802d1 into dsccommunity:master Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants