Skip to content

Commit 010d2b0

Browse files
authored
telemetry(amazonq): update upload intent values (#995)
## Problem `amazonqUploadIntent` is missing code scan values ## Solution Add: - `AUTOMATIC_FILE_SECURITY_SCAN` - `FULL_PROJECT_SECURITY_SCAN` <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c421f08 commit 010d2b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
"description": "The intent of the upload",
8282
"allowedValues": [
8383
"TRANSFORMATION",
84-
"TASK_ASSIST_PLANNING"
84+
"TASK_ASSIST_PLANNING",
85+
"AUTOMATIC_FILE_SECURITY_SCAN",
86+
"FULL_PROJECT_SECURITY_SCAN"
8587
]
8688
},
8789
{

0 commit comments

Comments
 (0)