Skip to content

v5.0.0-preview0005

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 13 Jan 17:01

[v5.0.0-preview0005]

Added

  • ADServicePrincipalName
  • ADManagedServiceAccount
    • Added Integration tests.
  • ADKDSKey

Changed

  • ADManagedServiceAccount
    • KerberosEncryptionType property added. (issue #511).
    • BREAKING CHANGE: AccountType parameter ValidateSet changed from ('Group', 'Single') to ('Group', 'Standalone') - Standalone is the correct terminology. Ref: Service Accounts.
      (issue #515).
    • BREAKING CHANGE: AccountType parameter default of Single removed. - Enforce positive choice of account type.
    • BREAKING CHANGE: MembershipAttribute parameter ValidateSet member SID changed to ObjectSid to match result property of Get-AdObject. Previous code does not work if SID is specified.
    • BREAKING CHANGE: AccountTypeForce parameter removed - unnecessary complication.
    • BREAKING CHANGE: Members parameter renamed to ManagedPasswordPrincipals - to closer match Get-AdServiceAccount result property PrincipalsAllowedToRetrieveManagedPassword. This is so that a DelegateToAccountPrincipals parameter can be added later.
    • Common Compare-ResourcePropertyState function used to replace function specific Compare-TargetResourceState and code refactored.
      (issue #512).
    • Resource unit tests refactored to use nested contexts and follow the logic of the module.
  • ActiveDirectoryDsc
    • Updated PowerShell help files.
    • Updated Wiki link in README.md.
    • Remove verbose parameters from unit tests.
    • Fix PowerShell script file formatting and culture string alignment.
    • Add the pipelineIndentationStyle setting to the Visual Studio Code settings file.

Fixed

  • ActiveDirectoryDsc
    • Fix tests ErrorAction on DscResource.Test Import-Module.
  • ADObjectPermissionEntry
    • Updated Assert-ADPSDrive with PSProvider Checks (issue #527).
  • ADReplicationSite
    • Fixed incorrect evaluation of site configuration state when no description is defined (issue #534).
  • ADReplicationSiteLink
  • ADComputer
    • Fixed the SamAcountName property description (issue #529).

4.2.0.0

Added

  • ADReplicationSite
  • ADReplicationSubnet
  • ADReplicationSiteLink
    • Added Integration testing (issue #356).
    • Added ability to set 'Options' such as Change Notification Replication (issue #504).

Fixed

  • ActiveDirectoryDsc
    • Resolved custom Script Analyzer rules that was added to the test framework.
  • ActiveDirectoryDsc.Common
    • Fix Test-DscPropertyState Failing when Comparing $Null and Arrays. (issue #513).
  • ADReplicationSite
    • Correct value returned for RenameDefaultFirstSiteName (issue #502).