From 140420ce619750596ce5876db6d7d0c83c126b48 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Mon, 5 Aug 2019 13:46:23 +0200 Subject: [PATCH] Changes to ActiveDirectoryDsc - Module manifest has been updated to optimize module auto-discovery (issue #463). --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96be0c2ba..61cf4de81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)).