Skip to content

Commit

Permalink
Chore - Add invalid project updates as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ardecky committed Jan 30, 2024
1 parent ddd32ed commit 673d90c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3566,6 +3566,14 @@
"type": "codeTransformSessionId",
"required": true
},
{
"type": "codeTransformRuntimeError",
"required": true
},
{
"type": "codeTransformCommandNames",
"required": true
},
{ "type": "result", "required": true },
{ "type": "reason", "required": true }
]
Expand Down

0 comments on commit 673d90c

Please sign in to comment.