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:
The property DatabaseName should not use a case-sensitive test to determine whether a database name matches the specified value or pattern.
The DSC configuration that is using the resource (as detailed as possible):
This configuration should match any combination of case for the name "MyDB". However, only database matching the exact case are considered.
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
Operating System: Windows Server 2012 R2
PowerShell Version: 5.0
What module (SqlServer or SQLPS) and which version of the module the DSC Target Node is running:
SQLPS (130)
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
8.2.0.0
The text was updated successfully, but these errors were encountered:
nabrond
changed the title
xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership Parameter DatabaseName should be case insensitive
xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership Parameter "DatabaseName" should be case insensitive
Nov 22, 2017
johlju
changed the title
xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership Parameter "DatabaseName" should be case insensitive
xSQLServerAlwaysOnAvailabilityGroupDatabaseMembership: Parameter "DatabaseName" should be case insensitive
Nov 22, 2017
Details of the scenario you tried and the problem that is occurring:
The property
DatabaseName
should not use a case-sensitive test to determine whether a database name matches the specified value or pattern.The DSC configuration that is using the resource (as detailed as possible):
This configuration should match any combination of case for the name "MyDB". However, only database matching the exact case are considered.
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
Operating System: Windows Server 2012 R2
PowerShell Version: 5.0
What module (SqlServer or SQLPS) and which version of the module the DSC Target Node is running:
SQLPS (130)
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
8.2.0.0
The text was updated successfully, but these errors were encountered: