mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Add Description property to Agent Job request (#655)
* Add Description property to Agent Job request * Fix whitespace
This commit is contained in:
@@ -151,7 +151,6 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
|
||||
var agentJobs = new List<AgentJobInfo>();
|
||||
if (this.jobs != null)
|
||||
{
|
||||
|
||||
foreach (var job in this.jobs.Values)
|
||||
{
|
||||
agentJobs.Add(AgentUtilities.ConvertToAgentJobInfo(job));
|
||||
|
||||
Reference in New Issue
Block a user