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

@@ -39,6 +39,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
return new AgentJobInfo
{
Name = job.Name,
Description = job.Description,
CurrentExecutionStatus = job.CurrentExecutionStatus,
LastRunOutcome = job.LastRunOutcome,
CurrentExecutionStep = job.CurrentExecutionStep,