Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: ADUser: Renamed the parameter DomainAdministratorCredential #452

Merged
merged 5 commits into from
Jul 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading