-
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
xActiveDirectory: Restoring an object no longer fails #272
Conversation
- Changes to xADComputer - Restoring a computer account from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADGroup - Restoring a group from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADOrganizationalUnit - Restoring a organization unit from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADUser - Restoring a user from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271).
Codecov Report
@@ Coverage Diff @@
## dev #272 +/- ##
====================================
+ Coverage 89% 89% +<1%
====================================
Files 20 20
Lines 2030 2033 +3
Branches 10 10
====================================
+ Hits 1807 1810 +3
Misses 213 213
Partials 10 10 |
@nyanhp @devopsjesus @rchristman89 could anyone of you review this when you have a few minutes over? It is a relatively easy one. Thanks! |
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: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @johlju)
CHANGELOG.md, line 36 at r1 (raw file):
- Changes to xADComputer - Restoring a computer account from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin.
- Restoring a computer account from the recycle bin no longer fails if
there are more than one object with the same name in the recycle bin.
change 'are' to 'is' in each paragraph for correct grammar :)
CHANGELOG.md, line 45 at r1 (raw file):
([issue #271](https://github.com/PowerShell/xActiveDirectory/issues/271)). - Changes to xADOrganizationalUnit - Restoring a organization unit from the recycle bin no longer fails if
- Restoring a organizational unit
Change 'a' to 'an' for correct grammar
@johlju Just a couple tiny grammar changes in the changelog. Otherwise, everything else looks great, so I've approved the changes. |
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: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @devopsjesus)
CHANGELOG.md, line 36 at r1 (raw file):
Previously, devopsjesus (Jason Ryberg) wrote…
- Restoring a computer account from the recycle bin no longer fails if
there are more than one object with the same name in the recycle bin.change 'are' to 'is' in each paragraph for correct grammar :)
Done.
CHANGELOG.md, line 45 at r1 (raw file):
Previously, devopsjesus (Jason Ryberg) wrote…
- Restoring a organizational unit
Change 'a' to 'an' for correct grammar
Done.
@devopsjesus Thank you so much for the review! I fixed the grammar. Very much appreciated the help with the grammar! I will merge this as soon as the tests passes. |
Pull Request (PR) description
there are more than one object with the same name in the recycle bin.
Now it uses the object that was changed last using the property
whenChanged
(issue #271).more than one object with the same name in the recycle bin. Now it
uses the object that was changed last using the property
whenChanged
(issue #271).
there are more than one object with the same name in the recycle bin.
Now it uses the object that was changed last using the property
whenChanged
(issue #271).more than one object with the same name in the recycle bin. Now it
uses the object that was changed last using the property
whenChanged
(issue #271).
This Pull Request (PR) fixes the following issues
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is