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
johlju
changed the title
xSQLServerDatabasePermission: Integration test is missing for this resource
SqlDatabasePermission: Integration test is missing for this resource
Dec 23, 2017
- SqlDatabasePermission
- BREAKING CHANGE: The resource no longer create the database user if
it does not exist. Use the resource _SqlDatabaseUser_ to enforce that
the database user exist in the database prior to setting permissions
using this resource (issue #848).
- BREAKING CHANGE: The resource no longer checks if a login exist so that
it is possible to set permissions for database users that does not
have a login, e.g. the database user 'guest' (issue #1134).
- Updated examples.
- Added integration tests (issue #741).
- Get-TargetResource will no longer throw an exception if the database
does not exist.
Details of the scenario you tried and the problem that is occurring:
We should add an integration test for this resource.
The DSC configuration that is using the resource (as detailed as possible):
n/a
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
n/a
What module (SqlServer or SQLPS) and which version of the module the DSC Target Node is running:
n/a
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered: