Agent configuration support classes (WIP) (#632)

* Additional SQL Agent config classes (WIP)

* Fix build breaks

* Clean up job step code

* Add VS Code build files

* Move changes to other machine

* More of the action execution classes

* More execution processing refactors

* More refactoring

* Disable tests for WIP merge

* Fix break on Release config

* Stage changes to other machine.
This commit is contained in:
Karl Burtram
2018-06-07 12:08:24 -07:00
committed by GitHub
parent 35b19320d4
commit 372ca0cbe8
73 changed files with 12650 additions and 374 deletions

View File

@@ -2424,4 +2424,88 @@
<value>Cannot create script for modify alerts.</value>
<comment> Exception thrown when we cannot create script that modify alerts</comment>
</data>
<data name="CategoryLocal" xml:space="preserve">
<value>[Uncategorized (Local)]</value>
<comment>job categories</comment>
</data>
<data name="CategoryFromMsx" xml:space="preserve">
<value>Jobs from MSX</value>
<comment></comment>
</data>
<data name="CategoryMultiServer" xml:space="preserve">
<value>[Uncategorized (Multi-Server)]</value>
<comment></comment>
</data>
<data name="CategoryDBMaint" xml:space="preserve">
<value>Database Maintenance</value>
<comment></comment>
</data>
<data name="CategoryWebAssistant" xml:space="preserve">
<value>Web Assistant</value>
<comment></comment>
</data>
<data name="CategoryFullText" xml:space="preserve">
<value>Full-Text</value>
<comment></comment>
</data>
<data name="CategoryReplDistribution" xml:space="preserve">
<value>REPL-Distribution</value>
<comment></comment>
</data>
<data name="CategoryReplDistributionCleanup" xml:space="preserve">
<value>REPL-Distribution Cleanup</value>
<comment></comment>
</data>
<data name="CategoryReplHistoryCleanup" xml:space="preserve">
<value>REPL-History Cleanup</value>
<comment></comment>
</data>
<data name="CategoryReplLogReader" xml:space="preserve">
<value>REPL-LogReader</value>
<comment></comment>
</data>
<data name="CategoryReplMerge" xml:space="preserve">
<value>REPL-Merge</value>
<comment></comment>
</data>
<data name="CategoryReplSnapShot" xml:space="preserve">
<value>REPL-Snapshot</value>
<comment></comment>
</data>
<data name="CategoryReplCheckup" xml:space="preserve">
<value>REPL-Checkup</value>
<comment></comment>
</data>
<data name="CategoryReplCleanup" xml:space="preserve">
<value>REPL-Subscription Cleanup</value>
<comment></comment>
</data>
<data name="CategoryReplAlert" xml:space="preserve">
<value>REPL-Alert Response</value>
<comment></comment>
</data>
<data name="CategoryReplQReader" xml:space="preserve">
<value>REPL-QueueReader</value>
<comment></comment>
</data>
<data name="CategoryReplication" xml:space="preserve">
<value>Replication</value>
<comment></comment>
</data>
<data name="CategoryUncategorized" xml:space="preserve">
<value>[Uncategorized]</value>
<comment></comment>
</data>
<data name="CategoryLogShipping" xml:space="preserve">
<value>Log Shipping</value>
<comment></comment>
</data>
<data name="CategoryDBEngineTuningAdvisor" xml:space="preserve">
<value>Database Engine Tuning Advisor</value>
<comment></comment>
</data>
<data name="CategoryDataCollector" xml:space="preserve">
<value>Data Collector</value>
<comment></comment>
</data>
</root>