diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index 249c553bd..9a770a624 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -1617,7 +1617,8 @@ "dotnet-lambda-deploy", "dotnet-deploy-cli", "aws-cli", - "sam-cli" + "sam-cli", + "docker" ] }, { @@ -2174,6 +2175,74 @@ } ] }, + { + "name": "appBuilder_installTool", + "description": "Click Install button in Getting Started Walkthrough", + "metadata": [ + { + "type": "source", + "required": false + }, + { + "type": "toolId", + "required": false + } + ] + }, + { + "name": "appBuilder_openLocalInvokeWebView", + "description": "Click open Local invoke WebView button in Application Builder", + "metadata": [ + { + "type": "source", + "required": false + } + ] + }, + { + "name": "appBuilder_openRemoteInvokeWebView", + "description": "Click open Remote invoke WebView button in Application Builder", + "metadata": [ + { + "type": "source", + "required": false + } + ] + }, + { + "name": "appBuilder_openTemplate", + "description": "Click open template button in Application Builder", + "metadata": [ + { + "type": "source", + "required": false + } + ] + }, + { + "name": "appBuilder_selectWalkthroughTemplate", + "description": "Select a template and create project in Getting Started Walkthrough", + "metadata": [ + { + "type": "action", + "required": false + }, + { + "type": "source", + "required": false + } + ] + }, + { + "name": "appBuilder_startWalkthrough", + "description": "Open Getting Started Walkthrough", + "metadata": [ + { + "type": "source", + "required": false + } + ] + }, { "name": "appcomposer_addConnection", "description": "Called when two resources are connected", @@ -2305,6 +2374,10 @@ "metadata": [ { "type": "hasChatAuth" + }, + { + "type": "source", + "required": false } ] }, @@ -5851,7 +5924,8 @@ "description": "Jump to a lambda handler from elsewhere", "metadata": [ { - "type": "result" + "type": "source", + "required": false } ] }, @@ -5889,6 +5963,10 @@ "type": "runtime", "required": false }, + { + "type": "source", + "required": false + }, { "type": "version", "required": false @@ -5905,6 +5983,10 @@ { "type": "runtime", "required": false + }, + { + "type": "source", + "required": false } ] }, @@ -6267,6 +6349,24 @@ } ] }, + { + "name": "sam_build", + "description": "Called when building a SAM application", + "metadata": [ + { + "type": "lambdaPackageType", + "required": false + }, + { + "type": "source", + "required": false + }, + { + "type": "version", + "required": false + } + ] + }, { "name": "sam_deploy", "description": "Called when deploying a SAM application", @@ -6274,6 +6374,10 @@ { "type": "result" }, + { + "type": "source", + "required": false + }, { "type": "version", "required": false @@ -6350,6 +6454,10 @@ { "type": "result" }, + { + "type": "source", + "required": false + }, { "type": "syncedResources" },