Skip to content

Commit 6c33f26

Browse files
committed
Adding status field to both amazonq_utgGenerateTests and amazonq_unitTestGeneration
1 parent b0d6bc5 commit 6c33f26

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,6 +1813,17 @@
18131813
"type": "string",
18141814
"description": "Date/time that an SSO client registration expires."
18151815
},
1816+
{
1817+
"name": "status",
1818+
"type": "string",
1819+
"allowedValues": [
1820+
"ACCEPTED",
1821+
"CANCELLED",
1822+
"FAILED",
1823+
"REJECTED"
1824+
],
1825+
"description": "This field helps to emit the status of the operation."
1826+
},
18161827
{
18171828
"name": "successCount",
18181829
"type": "int",
@@ -2430,6 +2441,10 @@
24302441
{
24312442
"type": "result"
24322443
},
2444+
{
2445+
"type": "status",
2446+
"required": false
2447+
},
24332448
{
24342449
"type": "update",
24352450
"required": false
@@ -2522,6 +2537,10 @@
25222537
{
25232538
"type": "source",
25242539
"required": false
2540+
},
2541+
{
2542+
"type": "status",
2543+
"required": false
25252544
}
25262545
]
25272546
},

0 commit comments

Comments
 (0)