Add Description property to Agent Job request (#655)

* Add Description property to Agent Job request

* Fix whitespace
This commit is contained in:
Karl Burtram
2018-07-13 09:17:33 -07:00
committed by GitHub
parent 77a08b4bdd
commit 626ce35440
4 changed files with 17 additions and 6 deletions

View File

@@ -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));