Skip to content

Commit 06edbdb

Browse files
committed
nit
1 parent 63d5437 commit 06edbdb

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,31 +1760,6 @@
17601760
"type": "string",
17611761
"description": "Job id used in the operation"
17621762
},
1763-
{
1764-
"name": "lambda_invokeRemote",
1765-
"description": "Called when invoking lambdas remotely",
1766-
"metadata": [
1767-
{
1768-
"type": "result"
1769-
},
1770-
{
1771-
"type": "runtime",
1772-
"required": false
1773-
},
1774-
{
1775-
"type": "source",
1776-
"required": false
1777-
},
1778-
{
1779-
"type": "runtimeString",
1780-
"required": false
1781-
},
1782-
{
1783-
"type": "action",
1784-
"required": false
1785-
}
1786-
]
1787-
},
17881763
{
17891764
"name": "lambda_remoteDebugPrecheck",
17901765
"description": "user click remote debug checkbox",
@@ -7329,13 +7304,21 @@
73297304
"name": "lambda_invokeRemote",
73307305
"description": "Called when invoking lambdas remotely",
73317306
"metadata": [
7307+
{
7308+
"type": "action",
7309+
"required": false
7310+
},
73327311
{
73337312
"type": "result"
73347313
},
73357314
{
73367315
"type": "runtime",
73377316
"required": false
73387317
},
7318+
{
7319+
"type": "runtimeString",
7320+
"required": false
7321+
},
73397322
{
73407323
"type": "source",
73417324
"required": false

0 commit comments

Comments
 (0)