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
Copy file name to clipboardExpand all lines: source/en-US/SqlServerDsc.strings.psd1
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -403,6 +403,7 @@ ConvertFrom-StringData @'
403
403
DatabaseProperty_TestingPropertiesFromObject = Testing properties of database '{0}' on instance '{1}' using database object. (TSDDP0002)
404
404
DatabaseProperty_PropertyWrong = The database '{0}' property '{1}' has the value '{2}', but expected it to have the value '{3}'. (TSDDP0003)
405
405
DatabaseProperty_PropertyCorrect = The database '{0}' property '{1}' has the expected value '{2}'. (TSDDP0004)
406
+
DatabaseProperty_PropertyNotFound = The property '{0}' does not exist on database '{1}'. This might be due to the property not being supported on this SQL Server version. (TSDDP0005)
406
407
407
408
## Set-SqlDscDatabaseDefault
408
409
DatabaseDefault_Set = Setting default objects of database '{0}' on instance '{1}'. (SSDDD0001)
Should -Throw -ExpectedMessage "The property 'AcceleratedRecoveryEnabled' does not exist on database 'MinimalDatabase'. This might be due to the property not being supported on this SQL Server version.*"
435
+
}
436
+
437
+
It 'Should continue testing other properties after encountering a missing property' {
438
+
# Test with both a missing property and an existing property
0 commit comments