Skip to content

Commit 12136aa

Browse files
author
David Hasani
committed
alphabetize
1 parent 350e820 commit 12136aa

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -329,23 +329,6 @@
329329
"JDK_17"
330330
]
331331
},
332-
{
333-
"name": "codeTransformSQLSourceDBAllowed",
334-
"type": "string",
335-
"description": "Allowed DBs to transform from",
336-
"allowedValues": [
337-
"ORACLE"
338-
]
339-
},
340-
{
341-
"name": "codeTransformSQLTargetDBAllowed",
342-
"type": "string",
343-
"description": "Allowed DBs to transform to",
344-
"allowedValues": [
345-
"AURORA_POSTGRESQL",
346-
"RDS_POSTGRESQL"
347-
]
348-
},
349332
{
350333
"name": "codeTransformJobId",
351334
"type": "string",
@@ -446,6 +429,23 @@
446429
"type": "string",
447430
"description": "Represents the IDE session from which users start the transformation process"
448431
},
432+
{
433+
"name": "codeTransformSQLSourceDBAllowed",
434+
"type": "string",
435+
"description": "Allowed DBs to transform from",
436+
"allowedValues": [
437+
"ORACLE"
438+
]
439+
},
440+
{
441+
"name": "codeTransformSQLTargetDBAllowed",
442+
"type": "string",
443+
"description": "Allowed DBs to transform to",
444+
"allowedValues": [
445+
"AURORA_POSTGRESQL",
446+
"RDS_POSTGRESQL"
447+
]
448+
},
449449
{
450450
"name": "codeTransformStartSrcComponents",
451451
"type": "string",
@@ -4061,20 +4061,20 @@
40614061
"required": false
40624062
},
40634063
{
4064-
"type": "codeTransformSQLSourceDBAllowed",
4064+
"type": "codeTransformProjectId",
40654065
"required": false
40664066
},
40674067
{
4068-
"type": "codeTransformSQLTargetDBAllowed",
4069-
"required": false
4068+
"type": "codeTransformSessionId",
4069+
"required": true
40704070
},
40714071
{
4072-
"type": "codeTransformProjectId",
4072+
"type": "codeTransformSQLSourceDBAllowed",
40734073
"required": false
40744074
},
40754075
{
4076-
"type": "codeTransformSessionId",
4077-
"required": true
4076+
"type": "codeTransformSQLTargetDBAllowed",
4077+
"required": false
40784078
},
40794079
{
40804080
"type": "reason",

0 commit comments

Comments
 (0)