Skip to content

Commit 272a6ab

Browse files
committed
add codeScanSessionId type
1 parent 31321b5 commit 272a6ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@
262262
"type": "int",
263263
"description": "Time taken to invoke code scan service APIs in milliseconds"
264264
},
265+
{
266+
"name": "codeScanSessionId",
267+
"type": "string",
268+
"description": "Represents the IDE session from which users start the scan process"
269+
},
265270
{
266271
"name": "codeTransformArtifactType",
267272
"type": "string",
@@ -1134,7 +1139,7 @@
11341139
"remoteDesktop",
11351140
"ssh",
11361141
"scp",
1137-
"ssm",
1142+
"ssm",
11381143
"remoteWorkspace"
11391144
],
11401145
"description": "Ways to connect to an EC2 Instance"

0 commit comments

Comments
 (0)