-
Notifications
You must be signed in to change notification settings - Fork 224
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
Assert-SetupActionProperties
: Use commands from DscResource.Common
#1828
Assert-SetupActionProperties
: Use commands from DscResource.Common
#1828
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1828 +/- ##
====================================
- Coverage 91% 91% -1%
====================================
Files 81 79 -2
Lines 7428 7410 -18
====================================
- Hits 6776 6758 -18
Misses 652 652
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
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 8 of 9 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @johlju)
Pull Request (PR) description
Test-ServiceAccountRequirePassword
from private functions (issue Test-ServiceAccountRequirePassword: Move to DscResource.Common as a public command #1794)Test-AccountRequirePassword
that was added to DscResource.Commonpublic functions (issue #93).
Assert-RequiredCommandParameter
from private functions (issue Assert-RequiredCommandParameter: Move to DscResource.Common as a public command #1796).Assert-BoundParameter
(part of DscResource.Common)that had a new parameter set added (issue #92).
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).
This change is