Skip to content

Commit bd8b9d2

Browse files
committed
Adding jobGroup and jobId
1 parent 8cdfd45 commit bd8b9d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,16 @@
14551455
"type": "boolean",
14561456
"description": "Indicate if the language is supported"
14571457
},
1458+
{
1459+
"name": "jobGroup",
1460+
"type": "string",
1461+
"description": "Job group name used in the operation"
1462+
},
1463+
{
1464+
"name": "jobId",
1465+
"type": "string",
1466+
"description": "Job id used in the operation"
1467+
},
14581468
{
14591469
"name": "lambdaArchitecture",
14601470
"type": "string",

0 commit comments

Comments
 (0)