File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/Az.Tools.Predictor/Az.Tools.Predictor/Utilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ internal static class TelemetryUtilities
41
41
public static TelemetryClient CreateApplicationInsightTelemetryClient ( )
42
42
{
43
43
TelemetryConfiguration configuration = TelemetryConfiguration . CreateDefault ( ) ;
44
- // Use Azuer-PowerShell instrumentation key. see https://github.com/Azure/azure-powershell-common/blob/master/src/Common/AzurePSCmdlet.cs
45
- configuration . InstrumentationKey = "7df6ff70-8353-4672-80d6-568517fed090 " ;
44
+ // Use Aladdin Telemetry Instrumentation Key
45
+ configuration . InstrumentationKey = "036e159f-c9a8-4cc2-9dba-1b0a9352835d " ;
46
46
var telemetryClient = new TelemetryClient ( configuration ) ;
47
47
telemetryClient . Context . Location . Ip = "0.0.0.0" ;
48
48
telemetryClient . Context . Cloud . RoleInstance = "placeholderdon'tuse" ;
You can’t perform that action at this time.
0 commit comments