File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Common/Commands.Common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ public class MetricHelper
32
32
{
33
33
protected INetworkHelper _networkHelper ;
34
34
private const int FlushTimeoutInMilli = 5000 ;
35
- private const string DEFAULT_PSVERSION = "3.0.0.0" ;
36
- private const string EVENT_NAME = "cmdletInvocation" ;
35
+ private const string DefaultPSVersion = "3.0.0.0" ;
36
+ private const string EventName = "cmdletInvocation" ;
37
37
38
38
/// <summary>
39
39
/// The collection of telemetry clients.
@@ -73,7 +73,7 @@ protected string PSVersion
73
73
}
74
74
else
75
75
{
76
- _psVersion = DEFAULT_PSVERSION ;
76
+ _psVersion = DefaultPSVersion ;
77
77
}
78
78
return _psVersion ;
79
79
}
@@ -191,7 +191,7 @@ private void LogUsageEvent(AzurePSQoSEvent qos)
191
191
{
192
192
var pageViewTelemetry = new PageViewTelemetry
193
193
{
194
- Name = EVENT_NAME ,
194
+ Name = EventName ,
195
195
Duration = qos . Duration ,
196
196
Timestamp = qos . StartTime
197
197
} ;
You can’t perform that action at this time.
0 commit comments