Skip to content

Releases: dsccommunity/ActiveDirectoryDsc

v6.5.0

17 May 19:45
8b4a7cd
Compare
Choose a tag to compare

[v6.5.0]

Added

  • ADDomainController
    • Added support for specifying an RODC delegated administrator account using DelegatedAdministratorAccountName.

Changed

  • ADDomainController
    • Do not allow use of AllowPasswordReplicationAccountName or DenyPasswordReplicationAccountName
      unless ReadOnlyReplica is also set.
  • ADServicePrincipalName
    • Add check to Set function to cover if Invoke-DscResource -Method Set is run and no changes are required.
      (issue #520)
  • VS Code

v6.5.0-preview0001

17 May 17:46
8b4a7cd
Compare
Choose a tag to compare
v6.5.0-preview0001 Pre-release
Pre-release

[v6.5.0-preview0001]

Added

  • ADDomainController
    • Added support for specifying an RODC delegated administrator account using DelegatedAdministratorAccountName.

Changed

  • ADDomainController
    • Do not allow use of AllowPasswordReplicationAccountName or DenyPasswordReplicationAccountName
      unless ReadOnlyReplica is also set.
  • ADServicePrincipalName
    • Add check to Set function to cover if Invoke-DscResource -Method Set is run and no changes are required.
      (issue #520)
  • VS Code

v6.4.1-preview0001

08 Apr 15:55
bdde66f
Compare
Choose a tag to compare
v6.4.1-preview0001 Pre-release
Pre-release

[v6.4.1-preview0001]

Changed

  • ADServicePrincipalName
    • Add check to Set function to cover if Invoke-DscResource -Method Set is run and no changes are required.
      (issue #520)

v6.4.0

14 Feb 20:10
66b9e6e
Compare
Choose a tag to compare

[v6.4.0]

Added

  • ADDomain

Fixed

  • Move test pipeline to Windows PowerShell. The hosted agent was updated
    to PowerShell 7.4.1. That broke the ASKDSKey unit tests that has a helper
    function (Copy-ArrayObjects) that serializes objects.
  • ADSRootKey
    • Resolved 'String was not recognized as a valid DateTime' in non-US cultures (issue #702).

v6.4.0-preview0001

14 Feb 18:39
66b9e6e
Compare
Choose a tag to compare
v6.4.0-preview0001 Pre-release
Pre-release

[v6.4.0-preview0001]

Added

  • ADDomain

Fixed

  • Move test pipeline to Windows PowerShell. The hosted agent was updated
    to PowerShell 7.4.1. That broke the ASKDSKey unit tests that has a helper
    function (Copy-ArrayObjects) that serializes objects.
  • ADSRootKey
    • Resolved 'String was not recognized as a valid DateTime' in non-US cultures (issue #702).

v6.3.1-preview0001

12 Feb 16:46
fcc8b5d
Compare
Choose a tag to compare
v6.3.1-preview0001 Pre-release
Pre-release

[v6.3.1-preview0001]

Fixed

  • Move test pipeline to Windows PowerShell. The hosted agent was updated
    to PowerShell 7.4.1. That broke the ASKDSKey unit tests that has a helper
    function (Copy-ArrayObjects) that serializes objects.
  • ADSRootKey
    • Resolved 'String was not recognized as a valid DateTime' in non-US cultures (issue #702).

v6.3.0

24 Aug 14:33
131fb75
Compare
Choose a tag to compare

[v6.3.0]

Removed

  • ActiveDirectoryDsc
    • There was a 'build.ps1' file under the source folder than are no longer
      required for ModuleBuilder to work.

Changed

  • ActiveDirectoryDsc
    • Move CI/CD build step to using build worker image windows-latest.
  • ActiveDirectoryDsc.Common
    • Created Get-DomainObject to wrap Get-ADDomain with common retry logic.
  • ADDomainController
    • Refactored to use Get-DomainObject (issue #673).
    • Refactored Unit Tests.
  • ADDomain
    • Refactored to use Get-DomainObject.
    • Refactored Unit Tests.
  • ADOrganizationalUnit
    • Added DomainController Parameter.

Fixed

  • ADReplicationSiteLink
    • Allow OptionChangeNotification, OptionTwoWaySync and OptionDisableCompression to be updated even if
      ReplicationFrequencyInMinutes is not set (issue #637).

v6.3.0-preview0003

24 Aug 13:07
131fb75
Compare
Choose a tag to compare
v6.3.0-preview0003 Pre-release
Pre-release

[v6.3.0-preview0003]

Removed

  • ActiveDirectoryDsc
    • There was a 'build.ps1' file under the source folder than are no longer
      required for ModuleBuilder to work.

Changed

  • ActiveDirectoryDsc
    • Move CI/CD build step to using build worker image windows-latest.
  • ActiveDirectoryDsc.Common
    • Created Get-DomainObject to wrap Get-ADDomain with common retry logic.
  • ADDomainController
    • Refactored to use Get-DomainObject (issue #673).
    • Refactored Unit Tests.
  • ADDomain
    • Refactored to use Get-DomainObject.
    • Refactored Unit Tests.
  • ADOrganizationalUnit
    • Added DomainController Parameter.

Fixed

  • ADReplicationSiteLink
    • Allow OptionChangeNotification, OptionTwoWaySync and OptionDisableCompression to be updated even if
      ReplicationFrequencyInMinutes is not set (issue #637).

v6.3.0-preview0002

26 May 12:04
b2838d9
Compare
Choose a tag to compare
v6.3.0-preview0002 Pre-release
Pre-release

[v6.3.0-preview0002]

Removed

  • ActiveDirectoryDsc
    • There was a 'build.ps1' file under the source folder than are no longer
      required for ModuleBuilder to work.

Changed

  • ActiveDirectoryDsc.Common
    • Created Get-DomainObject to wrap Get-ADDomain with common retry logic.
  • ADDomainController
    • Refactored to use Get-DomainObject (issue #673).
    • Refactored Unit Tests.
  • ADDomain
    • Refactored to use Get-DomainObject.
    • Refactored Unit Tests.
  • ADOrganizationalUnit
    • Added DomainController Parameter.

v6.3.0-preview0001

17 May 16:39
1b336ff
Compare
Choose a tag to compare
v6.3.0-preview0001 Pre-release
Pre-release

[v6.3.0-preview0001]

Removed

  • ActiveDirectoryDsc
    • There was a 'build.ps1' file under the source folder than are no longer
      required for ModuleBuilder to work.

Changed

  • ActiveDirectoryDsc.Common
    • Created Get-DomainObject to wrap Get-ADDomain with common retry logic.
  • ADDomainController
    • Refactored to use Get-DomainObject (issue #673).
    • Refactored Unit Tests.
  • ADDomain
    • Refactored to use Get-DomainObject.
    • Refactored Unit Tests.