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
@@ -357,6 +357,7 @@ ConvertFrom-StringData @'
357
357
Database_AlreadyExists = Database '{0}' already exists on instance '{1}'.
358
358
Database_InvalidCompatibilityLevel = The specified compatibility level '{0}' is not a valid compatibility level for the instance '{1}'.
359
359
Database_InvalidCollation = The specified collation '{0}' is not a valid collation for the instance '{1}'.
360
+
Database_CatalogCollationNotSupported = The parameter CatalogCollation is not supported on SQL Server instance '{0}' with version '{1}'. This parameter requires SQL Server 2019 (version 15) or later.
360
361
Database_Create_ShouldProcessVerboseDescription = Creating the database '{0}' on the instance '{1}'.
361
362
Database_Create_ShouldProcessVerboseWarning = Are you sure you want to create the database '{0}'?
362
363
# This string shall not end with full stop (.) since it is used as a title of ShouldProcess messages.
0 commit comments