Update restore service to return default backup folder (#475)

* Fix restore to return default backup folder

* fix break

* fix tests

* fix file validator for invalid filepath
This commit is contained in:
Kate Shin
2017-10-03 16:11:30 -07:00
committed by GitHub
parent 05702182ab
commit d30b9c870d
8 changed files with 34 additions and 14 deletions

View File

@@ -53,6 +53,9 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery
//Option name logFileFolder
internal const string LogFileFolder = "logFileFolder";
//Option name defaultBackupFolder
internal const string DefaultBackupFolder = "defaultBackupFolder";
//The key name to use to set the session id in the request
internal const string SessionId = "sessionId";