remove unused metadata queries from backup (#538)

This commit is contained in:
Kate Shin
2017-11-01 10:55:17 -07:00
committed by Karl Burtram
parent 185978eb80
commit 93ec9864f6
4 changed files with 1 additions and 16 deletions

View File

@@ -143,7 +143,6 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery
BackupConfigInfo configInfo = new BackupConfigInfo();
configInfo.RecoveryModel = GetRecoveryModel(databaseName);
configInfo.DefaultBackupFolder = CommonUtilities.GetDefaultBackupFolder(this.serverConnection);
configInfo.LatestBackups = GetLatestBackupLocations(databaseName);
configInfo.BackupEncryptors = GetBackupEncryptors();
return configInfo;
}