mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 09:35:37 -05:00
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:
@@ -76,7 +76,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Management
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new InvalidOperationException("SRError.UnexpectedRunType");
|
||||
throw new InvalidOperationException(SR.UnexpectedRunType);
|
||||
}
|
||||
|
||||
if((this.managementAction.LastExecutionResult == ExecutionMode.Failure) ||
|
||||
|
||||
Reference in New Issue
Block a user