-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SqlDatabaseUser: New DSC resource (#1391)
- Changes to SqlServerDsc - New DSC resource SqlDatabaseUser (issue #846). - Adds ability to create database users with more fine-grained control, e.g. re-mapping of orphaned logins or a different login. Supports creating a user with or without login name, and database users mapped to a certificate or asymmetric key. - Minor style fixes in unit tests. - Changes to SqlDatabase - Get-TargetResource now correctly return `$null` for the collation property when the database does not exist (issue #1395). - No longer enforces the collation property if the Collation parameter is not part of the configuration (issue #1396). - Updated resource description in README.md - Fix examples to use `PsDscRunAsCredential` (issue #760). - Added integration tests (issue #739). - Updated unit tests to the latest template (issue #1068).
- Loading branch information
Showing
39 changed files
with
3,981 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.