Skip to content

Commit

Permalink
ActiveDIrectoryDsc: Updated to optimize module auto-discovery (#470)
Browse files Browse the repository at this point in the history
- Changes to ActiveDirectoryDsc
  - Module manifest has been updated to optimize module auto-discovery (issue #463).
  • Loading branch information
johlju authored Aug 5, 2019
1 parent 459c5e0 commit 1c2ce11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ActiveDirectoryDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ FunctionsToExport = @(
# Cmdlets to export from this module
CmdletsToExport = @()

# Variables to export from this module
VariablesToExport = @()

# Aliases to export from this module
AliasesToExport = @()

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
module will also import the nested module ActiveDirectoryDsc.Common.
It is exported so that the resource WaitForADDomain can reuse code
when running a background job to search for a domain controller.
- Module manifest has been updated to optimize module auto-discovery
according to the article [*PowerShell module authoring considerations*](https://docs.microsoft.com/en-us/windows-server/administration/performance-tuning/powershell/module-authoring-considerations)
([issue #463](https://github.com/PowerShell/ActiveDirectoryDsc/issues/463)).
- Added a Requirements section to every DSC resource README with the
bullet point stating "Target machine must be running Windows Server
2008 R2 or later" ([issue #399](https://github.com/PowerShell/ActiveDirectoryDsc/issues/399)).
Expand Down

0 comments on commit 1c2ce11

Please sign in to comment.