-
Notifications
You must be signed in to change notification settings - Fork 141
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
xADUser: Add Additional Parameters #373
xADUser: Add Additional Parameters #373
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #373 +/- ##
====================================
+ Coverage 92% 92% +<1%
====================================
Files 20 20
Lines 2512 2531 +19
Branches 10 10
====================================
+ Hits 2313 2333 +20
+ Misses 189 188 -1
Partials 10 10 |
@X-Guardian Can you please look at rebasing this, you got a lot of files that has already been merged (see for example commit ec1f69e). |
Done. (forgot to force push) |
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.
Looks good. I will wait for you to rebase until merging.
Reviewed 4 of 4 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved
Did you see my message on #371. Shall we get that sorted first? |
Yes I saw that comment after I reviewed this PR (lot of community e-mails in the backlog :) ) |
Merged the other one, and I added latest changes to this PR. |
This one could do with another test. Hang fire on merging till I add it. |
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 2 of 3 files at r2, 1 of 1 files at r3.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @X-Guardian)
Tests/Unit/MSFT_xADUser.Tests.ps1, line 68 at r3 (raw file):
'ChangePasswordAtLogon'
I think this property was wrongly removed from $testBooleanProperties
?
@X-Guardian ah, then make sure to rebase in latest changes to your PR and force push so this matches your local branch (since I asked GitHub GUI to merge in dev-branch). 😃 |
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: all files reviewed, 1 unresolved discussion (waiting on @johlju)
Tests/Unit/MSFT_xADUser.Tests.ps1, line 68 at r3 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
'ChangePasswordAtLogon'
I think this property was wrongly removed from
$testBooleanProperties
?
Yep, I've added it back.
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 1 of 1 files at r4.
Reviewable status: complete! all files reviewed, all discussions resolved
Pull Request (PR) description
This PR adds the following parameters to the
xADUser
resource:These are all the remaining
String
andBoolean
parameters available in theNew/Get/Set-ADUser
PowerShell cmdlets.This Pull Request (PR) partly fixes the following issues
None
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is