Drop job step and Create\Update alert handlers (#636)

* Add Delete Job Step implementation

* Update create\update agent alert handlers to use execution handler

* Cleanup create/update/delete operator request handlers
This commit is contained in:
Karl Burtram
2018-06-13 17:49:11 -07:00
committed by GitHub
parent 8dda34c95a
commit aff0f1afae
24 changed files with 1037 additions and 631 deletions

View File

@@ -2522,4 +2522,45 @@
<comment>.
Parameters: 0 - jobName (string) </comment>
</data>
<data name="AlertNameCannotBeBlank" xml:space="preserve">
<value>The name of the alert cannot be blank.</value>
<comment></comment>
</data>
<data name="CannotCreateNewAlert" xml:space="preserve">
<value>Cannot create new alert.</value>
<comment></comment>
</data>
<data name="CannotAlterAlert" xml:space="preserve">
<value>Cannot alter alert.</value>
<comment></comment>
</data>
<data name="InvalidScheduleTitle" xml:space="preserve">
<value>Invalid Schedule</value>
<comment> Schedule error message</comment>
</data>
<data name="InvalidWeeklySchedule" xml:space="preserve">
<value>Select at least one day to be part of this weekly schedule.</value>
<comment></comment>
</data>
<data name="StartDateGreaterThanEndDate" xml:space="preserve">
<value>The job schedule starting date cannot be greater than the ending date.</value>
<comment></comment>
</data>
<data name="StartTimeGreaterThanEndTime" xml:space="preserve">
<value>The job schedule starting time cannot be after the ending time.</value>
<comment></comment>
</data>
<data name="EndTimeEqualToStartTime" xml:space="preserve">
<value>The job schedule ending time must be after the starting time.</value>
<comment></comment>
</data>
<data name="InvalidStartDate" xml:space="preserve">
<value>Start date must be on or after January 1, 1990.</value>
<comment></comment>
</data>
<data name="ScheduleNameAlreadyExists" xml:space="preserve">
<value>There is already a schedule named '{0}' for this job. You must specify a different name.</value>
<comment>.
Parameters: 0 - scheduleName (string) </comment>
</data>
</root>