updates backup and restore to have their own prefix, not use diasasterrecovery (#573)

This commit is contained in:
Anthony Dresser
2018-01-16 14:03:35 -08:00
committed by GitHub
parent b7cffa3194
commit 7b1a88f842
5 changed files with 6 additions and 6 deletions

View File

@@ -38,6 +38,6 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery.Contracts
{
public static readonly
RequestType<RestoreConfigInfoRequestParams, RestoreConfigInfoResponse> Type =
RequestType<RestoreConfigInfoRequestParams, RestoreConfigInfoResponse>.Create("disasterrecovery/restoreconfiginfo");
RequestType<RestoreConfigInfoRequestParams, RestoreConfigInfoResponse>.Create("restore/restoreconfiginfo");
}
}