Skip to content

Commit 1612e9c

Browse files
committed
FIX: fixing alphabetical order
1 parent f797ea2 commit 1612e9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,6 @@
320320
"applyFix"
321321
]
322322
},
323-
{
324-
"name": "customRules",
325-
"type": "int",
326-
"description": "number of custom rules present in a request"
327-
},
328323
{
329324
"name": "codeScanServiceInvocationsDuration",
330325
"type": "int",
@@ -1003,6 +998,11 @@
1003998
"other"
1004999
]
10051000
},
1001+
{
1002+
"name": "customRules",
1003+
"type": "int",
1004+
"description": "number of custom rules present in a request"
1005+
},
10061006
{
10071007
"name": "cwsprAgenticChatInteractionType",
10081008
"type": "string",

0 commit comments

Comments
 (0)