mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
fixed a typo (#532)
This commit is contained in:
@@ -135,12 +135,12 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery
|
|||||||
new CategoryValue
|
new CategoryValue
|
||||||
{
|
{
|
||||||
Name = "WithRecovery",
|
Name = "WithRecovery",
|
||||||
DisplayName = "RESTORE WITH RECOVERTY"
|
DisplayName = "RESTORE WITH RECOVERY"
|
||||||
},
|
},
|
||||||
new CategoryValue
|
new CategoryValue
|
||||||
{
|
{
|
||||||
Name = "WithNoRecovery",
|
Name = "WithNoRecovery",
|
||||||
DisplayName = "RESTORE WITH NORECOVERTY"
|
DisplayName = "RESTORE WITH NORECOVERY"
|
||||||
},
|
},
|
||||||
new CategoryValue
|
new CategoryValue
|
||||||
{
|
{
|
||||||
@@ -192,7 +192,7 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery
|
|||||||
{
|
{
|
||||||
Name = RestoreOptionsHelper.TailLogWithNoRecovery,
|
Name = RestoreOptionsHelper.TailLogWithNoRecovery,
|
||||||
DisplayName = "Tail Log With NoRecovery",
|
DisplayName = "Tail Log With NoRecovery",
|
||||||
Description = "Leave source database in the restoring state(WITH NORECOVERTY)",
|
Description = "Leave source database in the restoring state(WITH NORECOVERY)",
|
||||||
ValueType = ServiceOption.ValueTypeBoolean,
|
ValueType = ServiceOption.ValueTypeBoolean,
|
||||||
IsRequired = false,
|
IsRequired = false,
|
||||||
GroupName = "Tail-Log backup"
|
GroupName = "Tail-Log backup"
|
||||||
|
|||||||
Reference in New Issue
Block a user