mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Add Description property to Agent Job request (#655)
* Add Description property to Agent Job request * Fix whitespace
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user