Skip to content

Commit

Permalink
Changes to xADDomainTrust
Browse files Browse the repository at this point in the history
- Refactored the resource to enable unit tests, and at the same time changed
  it to use the same code pattern as the resource xADObjectEnabledState.
- Added unit tests (issue dsccommunity#324).
- Added comment-based help (issue dsccommunity#337).
  • Loading branch information
johlju committed Jul 10, 2019
1 parent 4d44b4a commit 84e5642
Show file tree
Hide file tree
Showing 6 changed files with 1,422 additions and 258 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- Changes to xActiveDirectory
- 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/xActiveDirectory/issues/399)).
- Added 'about_\<DSCResource\>.help.txt' file to all resources ([issue #404](https://github.com/PowerShell/xActiveDirectory/issues/404)).
- Added new helper functions in xActiveDirectory.Common.
- New-CimCredentialInstance
- Add-TypeAssembly
- New-ADDirectoryContext
- Changes to xADManagedServiceAccount
- Added a requirement to README stating "Group Managed Service Accounts need at least one Windows Server 2012 Domain Controller" ([issue #399](https://github.com/PowerShell/xActiveDirectory/issues/399)).
- Changes to xADComputer
Expand All @@ -15,6 +19,11 @@
- Fixes exception when creating a user with an empty string property ([issue #407](https://github.com/PowerShell/xActiveDirectory/issues/407)).
- Fixes exception when updating `CommonName` and `Path` concurrently ([issue #402](https://github.com/PowerShell/xActiveDirectory/issues/402)).
- Fixes ChangePasswordAtLogon Property to be only set to `true` at User Creation ([issue #414](https://github.com/PowerShell/xActiveDirectory/issues/414)).
- Changes to xADDomainTrust
- Refactored the resource to enable unit tests, and at the same time changed
it to use the same code pattern as the resource xADObjectEnabledState.
- Added unit tests ([issue #324](https://github.com/PowerShell/xActiveDirectory/issues/324)).
- Added comment-based help ([issue #337](https://github.com/PowerShell/xActiveDirectory/issues/337)).

## 3.0.0.0

Expand Down
Loading

0 comments on commit 84e5642

Please sign in to comment.