added handler to fetch credentials (#656)

* added handler to fetch credentials

* added credentials to security service rather than agent service
This commit is contained in:
Aditya Bist
2018-07-13 21:43:59 -07:00
committed by Karl Burtram
parent 626ce35440
commit c0e5225187
5 changed files with 77 additions and 6 deletions

View File

@@ -122,6 +122,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
this.ServiceHost.SetRequestHandler(CreateAgentScheduleRequest.Type, HandleCreateAgentScheduleRequest);
this.ServiceHost.SetRequestHandler(UpdateAgentScheduleRequest.Type, HandleUpdateAgentScheduleRequest);
this.ServiceHost.SetRequestHandler(DeleteAgentScheduleRequest.Type, HandleDeleteAgentScheduleRequest);
}
#region "Jobs Handlers"