-
Notifications
You must be signed in to change notification settings - Fork 142
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: Move xADCommon to xActiveDirectory.Common.psm1 #288
Labels
enhancement
The issue is an enhancement request.
Comments
This block should be moved into a localization string according to the style guideline https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#localization. See also already localized resources, xADComputer for example (once PR #170 is merged). |
I will be working on this one. |
9 tasks
johlju
added a commit
that referenced
this issue
Jun 7, 2019
- Changes to xActiveDirectory - Move helper functions from MSFT_xADCommon to the module xActiveDirectory.Common ([issue #288](#288)) - Removed helper function `Test-ADDomain` since it was not used. The helper function had design flaws too. - Now the helper function `Test-Members` outputs all the members that are not in desired state when verbose output is enabled. - Update all unit tests to latest unit test template.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The helper functions in the file MSFT_xADCommon.psm1 should be moved to the xActiveDirectory.Common module. This is to align with the DscResource.Template, and have all the helper functions in one place and not keep helper functions under the DscResources folder.
The text was updated successfully, but these errors were encountered: