We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d795730 commit 3286c26Copy full SHA for 3286c26
telemetry/definitions/commonDefinitions.json
@@ -311,6 +311,11 @@
311
"type": "boolean",
312
"description": "If dependencies are copied into upload artifact."
313
},
314
+ {
315
+ "name": "codeTransformEligibleForBothJavaAndSQL",
316
+ "type": "boolean",
317
+ "description": "If a project is eligible for both Java upgrade and SQL conversion"
318
+ },
319
{
320
"name": "codeTransformJavaSourceVersionsAllowed",
321
"type": "string",
@@ -4155,6 +4160,10 @@
4155
4160
"type": "codeTransformBuildSystem",
4156
4161
"required": false
4157
4162
4163
4164
+ "type": "codeTransformEligibleForBothJavaAndSQL",
4165
+ "required": false
4166
4158
4167
4159
4168
"type": "codeTransformLocalJavaVersion",
4169
0 commit comments