mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 06:38:50 +00:00
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:
@ -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>()
|
||||
|
Reference in New Issue
Block a user