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:
Karl Burtram
2018-06-13 10:02:25 -07:00
committed by GitHub
parent 7c1f78a678
commit 8dda34c95a
52 changed files with 705 additions and 619 deletions

View File

@@ -2508,4 +2508,18 @@
<value>Data Collector</value>
<comment></comment>
</data>
<data name="JobAlreadyExists" xml:space="preserve">
<value>A job named '{0}' already exists. Enter a unique name for the job.</value>
<comment>.
Parameters: 0 - jobName (string) </comment>
</data>
<data name="JobStepNameCannotBeBlank" xml:space="preserve">
<value>The name of the job step cannot be blank.</value>
<comment></comment>
</data>
<data name="JobStepNameAlreadyExists" xml:space="preserve">
<value>There is already a step named '{0}' for this job. You must specify a different name.</value>
<comment>.
Parameters: 0 - jobName (string) </comment>
</data>
</root>