mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Add Agent Job and Job Step request handlers (#635)
* Stage changes * Fix update job request handler * WIP * Additional agent handler updates * Setup agent job step create test * Fix Step update handler
This commit is contained in:
@@ -13,6 +13,8 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent.Contracts
|
||||
{
|
||||
public string JobId { get; set; }
|
||||
|
||||
public string JobName { get; set; }
|
||||
|
||||
public string Script { get; set; }
|
||||
|
||||
public string ScriptName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user