File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Service/GroupMembershipManagement/Hosts/JobScheduler/ConsoleApp Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 88using DIConcreteTypes ;
99using Services . Contracts ;
1010using Repositories . Contracts ;
11- using Azure . Identity ;
12- using Azure . Monitor . Query ;
1311using Repositories . EntityFramework ;
1412using Repositories . EntityFramework . Contexts ;
15- using Microsoft . ApplicationInsights . Extensibility . Implementation ;
1613using Microsoft . EntityFrameworkCore ;
1714
1815namespace JobScheduler
@@ -45,7 +42,6 @@ private static async Task Main(string[] args)
4542 appSettings . ResetJobs ,
4643 appSettings . DaysToAddForReset ,
4744 appSettings . DistributeJobs ,
48- appSettings . IncludeFutureJobs ,
4945 appSettings . StartTimeDelayMinutes ,
5046 appSettings . DelayBetweenSyncsSeconds ,
5147 appSettings . DefaultRuntimeSeconds ,
Original file line number Diff line number Diff line change 66 "resetJobs" : " " ,
77 "daysToAddForReset" : " " ,
88 "distributeJobs" : " " ,
9- "includeFutureJobs" : " " ,
109 "defaultRuntime" : " " ,
1110 "startTimeDelayMinutes" : " " ,
1211 "delayBetweenSyncsSeconds" : " " ,
You can’t perform that action at this time.
0 commit comments