Agent Proxy and Credential request handlers (#637)

* Agent Proxy account WIP

* Fixup Credential create\update\delete handlers

* Use current user for test credential

* Cleanup and delete code

* Convert tabs to spaces
This commit is contained in:
Karl Burtram
2018-06-14 11:55:38 -07:00
committed by GitHub
parent f53e532225
commit d2cc376b87
41 changed files with 1067 additions and 1312 deletions

View File

@@ -669,7 +669,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Management
}
else
{
throw new ArgumentException("SRError.UnknownServerType(serverType.ToString()), serverType");
throw new ArgumentException(SR.UnknownServerType(serverType.ToString()));
}
}
@@ -697,7 +697,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Management
}
else
{
throw new ArgumentException("SRError.UnknownServerType(serverType.ToString()), serverType");
throw new ArgumentException(SR.UnknownServerType(serverType.ToString()));
}
if (xmlParameters != null)