This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Stats.CollectAzureCdnLogs
Stats.CollectAzureChinaCDNLogs/Scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,9 +64,7 @@ public void InitializeJobConfiguration(IServiceProvider serviceProvider)
6464 }
6565
6666 _cloudStorageAccount = ValidateAzureCloudStorageAccount ( _configuration . AzureCdnCloudStorageAccount ) ;
67-
6867 _azureCdnPlatform = ValidateAzureCdnPlatform ( _configuration . AzureCdnPlatform ) ;
69-
7068 _ftpServerUri = ValidateFtpUri ( _configuration . FtpSourceUri ) ;
7169 }
7270
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ echo "Starting job - #{Jobs.stats.collectazurecdnlogs.Title}"
88title #{Jobs.stats.collectazurecdnlogs.Title}
99
1010start /w stats.collectazurecdnlogs.exe ^
11- -Configuration " #{Jobs.stats.collectazurecdnlogs.Configuration}" ^
12- -InstrumentationKey " #{Jobs.stats.collectazurecdnlogs.InstrumentationKey}" ^
13- -verbose true ^
14- -Interval #{Jobs.stats.collectazurecdnlogs.Interval}
11+ -Configuration " #{Jobs.stats.collectazurecdnlogs.Configuration}" ^
12+ -InstrumentationKey " #{Jobs.stats.collectazurecdnlogs.InstrumentationKey}" ^
13+ -verbose true ^
14+ -Interval #{Jobs.stats.collectazurecdnlogs.Interval}
1515
1616echo " Finished #{Jobs.stats.collectazurecdnlogs.Title}"
1717
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ echo "Starting job - #{Jobs.Stats.CollectAzureChinaCDNLogs.Title}"
88title #{Jobs.Stats.CollectAzureChinaCDNLogs.Title}
99
1010start /w Stats.CollectAzureChinaCDNLogs.exe ^
11- -InstrumentationKey " #{Jobs.Stats.CollectAzureChinaCDNLogs.InstrumentationKey}" ^
12- -verbose true ^
13- -Interval #{Jobs.Stats.CollectAzureChinaCDNLogs.Interval}
11+ -InstrumentationKey " #{Jobs.Stats.CollectAzureChinaCDNLogs.InstrumentationKey}" ^
12+ -verbose true ^
13+ -Interval #{Jobs.Stats.CollectAzureChinaCDNLogs.Interval}
1414
1515echo " Finished #{Jobs.Stats.CollectAzureChinaCDNLogs.Title}"
1616
You can’t perform that action at this time.
0 commit comments