Skip to content

Commit 3286c26

Browse files
author
David Hasani
committed
telemetry(amazonq): add optional field to validateProject for SQL conversions
1 parent d795730 commit 3286c26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,11 @@
311311
"type": "boolean",
312312
"description": "If dependencies are copied into upload artifact."
313313
},
314+
{
315+
"name": "codeTransformEligibleForBothJavaAndSQL",
316+
"type": "boolean",
317+
"description": "If a project is eligible for both Java upgrade and SQL conversion"
318+
},
314319
{
315320
"name": "codeTransformJavaSourceVersionsAllowed",
316321
"type": "string",
@@ -4155,6 +4160,10 @@
41554160
"type": "codeTransformBuildSystem",
41564161
"required": false
41574162
},
4163+
{
4164+
"type": "codeTransformEligibleForBothJavaAndSQL",
4165+
"required": false
4166+
},
41584167
{
41594168
"type": "codeTransformLocalJavaVersion",
41604169
"required": false

0 commit comments

Comments
 (0)