Skip to content

Commit

Permalink
BREAKING CHANGE: ADUser: Renamed the parameter DomainAdministratorCre…
Browse files Browse the repository at this point in the history
…dential (#452)

- Changes to ADUser
  - BREAKING CHANGE: Renamed the parameter `DomainAdministratorCredential`
    to `Credential` to better indicate that it is possible to impersonate
    any credential with enough permission to perform the task (issue #269).
  - Now it correctly tests passwords when parameter DomainName is set to
   distinguished name and parameter Credential is used (issue #451).
  - Added integration tests (issue #359).
  • Loading branch information
johlju committed Jul 29, 2019
1 parent e2b3ce1 commit a1494c2
Show file tree
Hide file tree
Showing 47 changed files with 352 additions and 300 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,19 @@
- The unit tests are using the stub classes so the tests can be run locally.
- Added comment-based help ([issue #339](https://github.com/PowerShell/ActiveDirectoryDsc/issues/339)).
- Changes to ADUser
- BREAKING CHANGE: Renamed the parameter `DomainAdministratorCredential`
to `Credential` to better indicate that it is possible to impersonate
any credential with enough permission to perform the task ([issue #269](https://github.com/PowerShell/ActiveDirectoryDsc/issues/269)).
- Fixes exception when creating a user with an empty string property
([issue #407](https://github.com/PowerShell/ActiveDirectoryDsc/issues/407)).
- Fixes exception when updating `CommonName` and `Path` concurrently
([issue #402](https://github.com/PowerShell/ActiveDirectoryDsc/issues/402)).
- Fixes ChangePasswordAtLogon Property to be only set to `true` at User
Creation ([issue #414](https://github.com/PowerShell/ActiveDirectoryDsc/issues/414)).
- Added comment-based help ([issue #340](https://github.com/PowerShell/ActiveDirectoryDsc/issues/340)).
- Now it correctly tests passwords when parameter DomainName is set to
distinguished name and parameter Credential is used ([issue #451](https://github.com/PowerShell/ActiveDirectoryDsc/issues/451)).
- Added integration tests ([issue #359](https://github.com/PowerShell/ActiveDirectoryDsc/issues/359)).
- Changes to ADDomain
- Updated tests and replaced `Write-Error` with `throw`
([issue #332](https://github.com/PowerShell/ActiveDirectoryDsc/pull/332)).
Expand Down

0 comments on commit a1494c2

Please sign in to comment.