Refactor timer repro part2 (#1852)

* Implement the rest of the function

* Initial implementation

* Pulling new formatting

* format

* Fixes after testing

* PR comments
This commit is contained in:
Teo Voinea
2022-05-03 08:09:00 -04:00
committed by GitHub
parent e6a0906b6c
commit 8c73f84b87
12 changed files with 136 additions and 33 deletions

View File

@ -84,6 +84,7 @@ public class Program {
.AddScoped<IVmOperations, VmOperations>()
.AddScoped<ISecretsOperations, SecretsOperations>()
.AddScoped<IJobOperations, JobOperations>()
.AddScoped<INsgOperations, NsgOperations>()
.AddScoped<IScheduler, Scheduler>()
.AddScoped<IConfig, Config>()
.AddScoped<ILogAnalytics, LogAnalytics>()