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
4141 public static TelemetryClient CreateApplicationInsightTelemetryClient ( )
4242 {
4343 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 " ;
4646 var telemetryClient = new TelemetryClient ( configuration ) ;
4747 telemetryClient . Context . Location . Ip = "0.0.0.0" ;
4848 telemetryClient . Context . Cloud . RoleInstance = "placeholderdon'tuse" ;
You can’t perform that action at this time.
0 commit comments