-
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
ActiveDirectoryDsc: Update module manifest #463
Comments
An entry in the pull request template should be added as well, so there are a reminder to add new resource to the module manifest. |
This is also documented in the article PowerShell module authoring considerations. |
- Module manifest has been updated to optimize module auto-discovery (issue dsccommunity#463).
- Changes to ActiveDirectoryDsc - Module manifest has been updated to optimize module auto-discovery (issue #463).
I discussed offline with @PlagueHO regatrding exporting of the resources, and he thinks it was because of an edge case the resource was exported, but since we are not sure what the benefit is (or downside) lets leave it for now. |
To optimize the loading of the resource we should make sure we use the same pattern as in the manifest of ActiveDIrectoryCDDsc https://github.com/PowerShell/ActiveDirectoryCSDsc/blob/dev/ActiveDirectoryCSDsc.psd1.
There are some properties that need still be set to
@()
that is not part of our manifest, also make sure to export the resources (which will improve how the resource will look in PowerShell Gallery).The text was updated successfully, but these errors were encountered: