-
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: Move xADCommon to xActiveDirectory.Common.psm1 #288
Labels
enhancement
The issue is an enhancement request.
Comments
johlju
added
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
labels
May 21, 2019
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). |
johlju
added
in progress
The issue is being actively worked on by someone.
and removed
help wanted
The issue is up for grabs for anyone in the community.
labels
Jun 5, 2019
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.
johlju
removed
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
in progress
The issue is being actively worked on by someone.
labels
Jun 12, 2019
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: