Skip to content

v6.2.0-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 30 Apr 09:48
0cac55d

[v6.2.0-preview0002]

Changed

  • ActiveDirectoryDsc
    • Pin All RequiredModules versions and Add 'Sampler.GitHubTasks'.
  • ADGroup
    • Refactored Module.
    • Refactored Unit and Integration Tests.
  • Azure Pipeline
    • Updated Pipeline to Ubuntu 18.04 from Ubuntu 16.04
      (issue #667)
    • Update pipeline files to latest Sampler (issue #680).

Added

  • ADGroup
    • Added support for managing AD group membership of Foreign Security Principals. This involved completely
      refactoring group membership management to utilize the Set-ADGroup cmdlet and referencing SID values.
      (issue #619).
  • ADFineGrainedPasswordPolicy
    • New resource for creating and updating Fine Grained Password Policies for AD principal subjects.
      (issue #584).

Changed

  • ActiveDirectoryDsc
    • Renamed master branch to main (issue #641).
    • Migrated to DscResource.Common Module.
    • Fixed the pipeline paths trigger.
    • Migrated HQRM and Unit Tests to use PowerShell 7 in the CI pipeline.
    • Changed CI pipeline to use PublishPipelineArtifact & DownloadPipelineArtifact.
    • Removed redundant common functions Resolve-DomainFQDN and Set-DscADComputer.
    • Added ActiveDirectoryDsc.Common Module markdown help.
    • Updated the DscResource.Common module to v0.9.0.
  • ADDomainTrust
    • Move Get-ActiveDirectoryDomain and Get-ActiveDirectoryForest functions
      into the ActiveDirectoryDsc.Common module.
  • ADReplicationSiteLink
    • Refactor Test-TargetResource Function.

Fixed

  • ActiveDirectoryDsc
    • The component gitversion that is used in the pipeline was wrongly configured
      when the repository moved to the new default branch main. It no longer throws
      an error when using newer versions of GitVersion.
    • Fixed the CI pipeline by pinning the Pester module to v4.10.1
    • Restored importing the DscResource.Common module import in the ActiveDirectoryDsc.Common module that was
      incorrectly disabled.
      (issue #612).
  • ADDomainController
    • Fixed Test-TargetResource error when the ReadOnlyReplica property is set to true
      (issue #611).
  • ADGroup
    • Fixed issue with retrieving group members using Get-ADGroupMember when members are from another domain
      by adding and using the 'Members' property from Get-ADGroup and sending the resulting DistinguishedName to
      Get-ADObject when Get-ADGroupMember throws a specific error.
      (issue #616).
  • ADOrganizationalUnit
    • Removed Credential from the list of desired values to compare when passed
      (issue #624).
  • ADReplicationSiteLink
    • Fixed setting options after the resource is initially created
      (issue #605).