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: SqlDatabaseRole: Refactored to support adding/removing roles, managing membership #1367

Merged
merged 10 commits into from
Jun 4, 2019
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
of showing a message saying that connect failed another unrelated
error message could have been shown, because of an error in the code.
- Fix typo in test it block.
- Changes to SqlDatabaseRole
- BREAKING CHANGE: Refactored to enable creation/deletion of the database role
itself as well as management of the role members. *Note that the resource no
longer adds database users.* ([issue #845](https://github.com/PowerShell/SqlServerDsc/issues/845),
[issue #847](https://github.com/PowerShell/SqlServerDsc/issues/847),
[issue #1252](https://github.com/PowerShell/SqlServerDsc/issues/1252),
[issue #1339](https://github.com/PowerShell/SqlServerDsc/issues/1339)).
[Paul Shamus @pshamus](https://github.com/pshamus)

## 12.5.0.0

Expand Down
Loading