From 02aea5d2d4f0a3a042158ccca97bb5fe41378b4b Mon Sep 17 00:00:00 2001 From: Sheil Kumar Date: Thu, 16 Jul 2020 19:51:06 -0700 Subject: [PATCH] rename telemetry provider back to Microsoft.Windows.AI.MachineLearning (#4533) Co-authored-by: Sheil Kumar --- winml/lib/Common/inc/WinMLTelemetryHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winml/lib/Common/inc/WinMLTelemetryHelper.h b/winml/lib/Common/inc/WinMLTelemetryHelper.h index 8809082478..a4bac4c788 100644 --- a/winml/lib/Common/inc/WinMLTelemetryHelper.h +++ b/winml/lib/Common/inc/WinMLTelemetryHelper.h @@ -44,7 +44,7 @@ class Profiler; // WinMLRuntime Telemetry Support // // {BCAD6AEE-C08D-4F66-828C-4C43461A033D} -#define WINML_PROVIDER_DESC "Windows AI Machine Learning" +#define WINML_PROVIDER_DESC "Microsoft.Windows.AI.MachineLearning" #define WINML_PROVIDER_GUID (0xbcad6aee, 0xc08d, 0x4f66, 0x82, 0x8c, 0x4c, 0x43, 0x46, 0x1a, 0x3, 0x3d) #define WINML_PROVIDER_KEYWORD_DEFAULT 0x1 #define WINML_PROVIDER_KEYWORD_LOTUS_PROFILING 0x2