mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Agent/improvements (#779)
* job step type and error message details change * added newline for both environments * checked for inner exceptions * sorted imports * added ability to change job owner
This commit is contained in:
@@ -61,7 +61,8 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
|
||||
EmailLevel = job.EmailLevel,
|
||||
PageLevel = job.PageLevel,
|
||||
EventLogLevel = job.EventLogLevel,
|
||||
DeleteLevel = job.DeleteLevel
|
||||
DeleteLevel = job.DeleteLevel,
|
||||
Owner = job.Owner
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user