You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you tried and the problem that is occurring
If the Collation parameter is not specified in a configuration, the resource will still enforce the property against the SQL Server instance collation.
- 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).
Details of the scenario you tried and the problem that is occurring
If the Collation parameter is not specified in a configuration, the resource will still enforce the property against the SQL Server instance collation.
This is related to issue #1395.
Verbose logs showing the problem
Suggested solution to the issue
The DSC configuration that is used to reproduce the issue (as detailed as possible)
# insert configuration here
SQL Server edition and version the target node is running
SQL Server PowerShell modules present on the target node
The operating system the target node is running
Version and build of PowerShell the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
The text was updated successfully, but these errors were encountered: