Agent: Edit Job backend (#700)

* added stepInfo for editing jobs/steps

* added schedules to history requests

* added alerts and schedules to history

* formatting

* code review comments

* removed smo import
This commit is contained in:
Aditya Bist
2018-10-04 13:52:08 -07:00
committed by GitHub
parent f99061866c
commit 6f69f7e303
5 changed files with 147 additions and 29 deletions

View File

@@ -64,5 +64,6 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent.Contracts
public int JobCount { get; set; }
public DateTime ActiveEndDate { get; set; }
public Guid ScheduleUid { get; set; }
public string Description { get; set; }
}
}