-
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
BREAKING CHANGE: ADDomain: Add new parameter AllowTrustRecreation #457
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #457 +/- ##
====================================
+ Coverage 98% 98% +<1%
====================================
Files 20 20
Lines 2816 2823 +7
Branches 10 10
====================================
+ Hits 2767 2774 +7
Misses 39 39
Partials 10 10 |
c52ae97
to
b293b58
Compare
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 7 of 8 files at r1, 1 of 1 files at r2.
Reviewable status: all files reviewed, 1 unresolved discussion
Examples/Resources/ADDomainTrust/2-ADDomainTrust_ExternalInboundTrustWithOptInToRecreate_Config.ps1, line 3 at r2 (raw file):
2caf2b93-d87e-426d-8c44-9f1d0452be10
Must change to a new guid, since it is duplicate with the other example
- BREAKING CHANGE: A new parameter `AllowTrustRecreation` has been added that when set allows a trust to be recreated in scenarios where that is required. This way the user have to opt-in to such destructive action since since it can result in service interruption (issue dsccommunity#421).
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: 7 of 8 files reviewed, all discussions resolved (waiting on @johlju)
Examples/Resources/ADDomainTrust/2-ADDomainTrust_ExternalInboundTrustWithOptInToRecreate_Config.ps1, line 3 at r2 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
2caf2b93-d87e-426d-8c44-9f1d0452be10
Must change to a new guid, since it is duplicate with the other example
Done
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 r3.
Reviewable status: complete! all files reviewed, all discussions resolved
Pull Request (PR) description
AllowTrustRecreation
has been addedthat when set allows a trust to be recreated in scenarios where that
is required. This way the user have to opt-in to such destructive
action since since it can result in service interruption (issue ADDomainTrust: Add 'AllowTrustRecreation' property to opt-in to allow trust recreation #421).
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