Internal flag to filter detectors in training search (#327)
* Handle the case where Kusto cluster is already follower in region mappings (#312) Updated the Kusto Query to remove follower from the returned data. We add it manually and store it in respective dictionaries. * Create Nuget Packages (#317) * Increment package versions * Directory "build" was being created two parent directories above, instead of inside the repo * Fix unnecessary recurring refresh of models (#320) * Internal flag for testing detectors
This commit is contained in:
Родитель
bc279371c3
Коммит
7004b6b6b2
|
@ -25,6 +25,7 @@ namespace Diagnostics.RuntimeHost.Utilities
|
|||
PlatformType platformType = appFilter.PlatformType;
|
||||
var platformTypesList = Enum.GetValues(typeof(PlatformType)).Cast<PlatformType>().Where(p => platformType.HasFlag(p)).Select(x => Enum.GetName(typeof(PlatformType), x));
|
||||
resourceParams.Add("PlatformType", String.Join(",", platformTypesList));
|
||||
resourceParams.Add("InternalOnly", gResourceFilter.InternalOnly.ToString());
|
||||
}
|
||||
return resourceParams;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче