Skip to content

Commit 0101ecb

Browse files
authored
Fixing Typos for field names
The Log Analytics field names are case sensitive. It should be "SDKVersion" not "SdkVersion" for all the LA tables here.
1 parent 5aaac41 commit 0101ecb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/azure-monitor/app/convert-classic-resource.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Legacy table: availability
401401
|operation_ParentId|string|OperationParentId|string|
402402
|operation_SyntheticSource|string|OperationSyntheticSource|string|
403403
|performanceBucket|string|PerformanceBucket|string|
404-
|sdkVersion|string|SdkVersion|string|
404+
|sdkVersion|string|SDKVersion|string|
405405
|session_Id|string|SessionId|string|
406406
|size|real|Size|real|
407407
|success|string|Success|Bool|
@@ -444,7 +444,7 @@ Legacy table: browserTimings
444444
|performanceBucket|string|PerformanceBucket|string|
445445
|processingDuration|real|ProcessingDurationMs|real|
446446
|receiveDuration|real|ReceiveDurationMs|real|
447-
|sdkVersion|string|SdkVersion|string|
447+
|sdkVersion|string|SDKVersion|string|
448448
|sendDuration|real|SendDurationMs|real|
449449
|session_Id|string|SessionId|string|
450450
|timestamp|datetime|TimeGenerated|datetime|
@@ -489,7 +489,7 @@ Legacy table: dependencies
489489
|operation_SyntheticSource|string|OperationSyntheticSource|string|
490490
|performanceBucket|string|PerformanceBucket|string|
491491
|resultCode|string|ResultCode|string|
492-
|sdkVersion|string|SdkVersion|string|
492+
|sdkVersion|string|SDKVersion|string|
493493
|session_Id|string|SessionId|string|
494494
|success|string|Success|Bool|
495495
|target|string|Target|string|
@@ -529,7 +529,7 @@ Legacy table: customEvents
529529
|operation_Name|string|OperationName|string|
530530
|operation_ParentId|string|OperationParentId|string|
531531
|operation_SyntheticSource|string|OperationSyntheticSource|string|
532-
|sdkVersion|string|SdkVersion|string|
532+
|sdkVersion|string|SDKVersion|string|
533533
|session_Id|string|SessionId|string|
534534
|timestamp|datetime|TimeGenerated|datetime|
535535
|user_AccountId|string|UserAccountId|string|
@@ -564,7 +564,7 @@ Legacy table: customMetrics
564564
|operation_Name|string|OperationName|string|
565565
|operation_ParentId|string|OperationParentId|string|
566566
|operation_SyntheticSource|string|OperationSyntheticSource|string|
567-
|sdkVersion|string|SdkVersion|string|
567+
|sdkVersion|string|SDKVersion|string|
568568
|session_Id|string|SessionId|string|
569569
|timestamp|datetime|TimeGenerated|datetime|
570570
|user_AccountId|string|UserAccountId|string|
@@ -612,7 +612,7 @@ Legacy table: pageViews
612612
|operation_ParentId|string|OperationParentId|string|
613613
|operation_SyntheticSource|string|OperationSyntheticSource|string|
614614
|performanceBucket|string|PerformanceBucket|string|
615-
|sdkVersion|string|SdkVersion|string|
615+
|sdkVersion|string|SDKVersion|string|
616616
|session_Id|string|SessionId|string|
617617
|timestamp|datetime|TimeGenerated|datetime|
618618
|url|string|Url|string|
@@ -651,7 +651,7 @@ Legacy table: performanceCounters
651651
|operation_Name|string|OperationName|string|
652652
|operation_ParentId|string|OperationParentId|string|
653653
|operation_SyntheticSource|string|OperationSyntheticSource|string|
654-
|sdkVersion|string|SdkVersion|string|
654+
|sdkVersion|string|SDKVersion|string|
655655
|session_Id|string|SessionId|string|
656656
|timestamp|datetime|TimeGenerated|datetime|
657657
|user_AccountId|string|UserAccountId|string|
@@ -693,7 +693,7 @@ Legacy table: requests
693693
|operation_SyntheticSource|string|OperationSyntheticSource|string|
694694
|performanceBucket|string|PerformanceBucket|String|
695695
|resultCode|string|ResultCode|String|
696-
|sdkVersion|string|SdkVersion|string|
696+
|sdkVersion|string|SDKVersion|string|
697697
|session_Id|string|SessionId|string|
698698
|source|string|Source|String|
699699
|success|string|Success|Bool|
@@ -746,7 +746,7 @@ Legacy table: exceptions
746746
|outerMethod|string|OuterMethod|string|
747747
|outerType|string|OuterType|string|
748748
|problemId|string|ProblemId|string|
749-
|sdkVersion|string|SdkVersion|string|
749+
|sdkVersion|string|SDKVersion|string|
750750
|session_Id|string|SessionId|string|
751751
|severityLevel|int|SeverityLevel|int|
752752
|timestamp|datetime|TimeGenerated|datetime|
@@ -785,7 +785,7 @@ Legacy table: traces
785785
|operation_Name|string|OperationName|string|
786786
|operation_ParentId|string|OperationParentId|string|
787787
|operation_SyntheticSource|string|OperationSyntheticSource|string|
788-
|sdkVersion|string|SdkVersion|string|
788+
|sdkVersion|string|SDKVersion|string|
789789
|session_Id|string|SessionId|string|
790790
|severityLevel|int|SeverityLevel|int|
791791
|timestamp|datetime|TimeGenerated|datetime|

0 commit comments

Comments
 (0)