v6.2.0-preview0002
Pre-release
Pre-release
[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).
- Updated Pipeline to Ubuntu 18.04 from Ubuntu 16.04
Added
- ADGroup
- Added support for managing AD group membership of Foreign Security Principals. This involved completely
refactoring group membership management to utilize theSet-ADGroup
cmdlet and referencing SID values.
(issue #619).
- Added support for managing AD group membership of Foreign Security Principals. This involved completely
- ADFineGrainedPasswordPolicy
- New resource for creating and updating Fine Grained Password Policies for AD principal subjects.
(issue #584).
- New resource for creating and updating Fine Grained Password Policies for AD principal subjects.
Changed
- ActiveDirectoryDsc
- Renamed
master
branch tomain
(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
andSet-DscADComputer
. - Added ActiveDirectoryDsc.Common Module markdown help.
- Updated the
DscResource.Common
module tov0.9.0
.
- Renamed
- ADDomainTrust
- Move
Get-ActiveDirectoryDomain
andGet-ActiveDirectoryForest
functions
into theActiveDirectoryDsc.Common
module.
- Move
- 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 branchmain
. It no longer throws
an error when using newer versions of GitVersion. - Fixed the CI pipeline by pinning the
Pester
module tov4.10.1
- Restored importing the
DscResource.Common
module import in theActiveDirectoryDsc.Common
module that was
incorrectly disabled.
(issue #612).
- The component
- ADDomainController
- Fixed
Test-TargetResource
error when theReadOnlyReplica
property is set totrue
(issue #611).
- Fixed
- ADGroup
- Fixed issue with retrieving group members using
Get-ADGroupMember
when members are from another domain
by adding and using the 'Members' property fromGet-ADGroup
and sending the resulting DistinguishedName to
Get-ADObject
whenGet-ADGroupMember
throws a specific error.
(issue #616).
- Fixed issue with retrieving group members using
- ADOrganizationalUnit
- Removed Credential from the list of desired values to compare when passed
(issue #624).
- Removed Credential from the list of desired values to compare when passed
- ADReplicationSiteLink
- Fixed setting options after the resource is initially created
(issue #605).
- Fixed setting options after the resource is initially created