-
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
ADDomainController - Added support to demote domain controller - Fixes #251 #634
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #634 +/- ##
===================================
Coverage 98% 98%
===================================
Files 25 25
Lines 3408 3435 +27
===================================
+ Hits 3340 3367 +27
Misses 68 68 |
Is there anything I can do to help this move forward in the review process? |
Hi @limiteddenial, thankyou for your contribution and raising this PR. The current situation with this module is that there is a known issue with the Just looking at the CodeCov report, it is saying that 7 lines have been missed in this PR, so in the meantime can you please look at increasing the unit tests to cover these lines. |
Labeling this pull request (PR) as abandoned since it has gone 14 days or more since the last update. An abandoned PR can be continued by another contributor. The abandoned label will be removed if work on this PR is taken up again. |
Pull Request (PR) description
Added support to demote domain controller when
ensure
is set toAbsent
.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).
and comment-based help.
This change is