Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 110 additions & 2 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,8 @@
"dotnet-lambda-deploy",
"dotnet-deploy-cli",
"aws-cli",
"sam-cli"
"sam-cli",
"docker"
]
},
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -2305,6 +2374,10 @@
"metadata": [
{
"type": "hasChatAuth"
},
{
"type": "source",
"required": false
}
]
},
Expand Down Expand Up @@ -5851,7 +5924,8 @@
"description": "Jump to a lambda handler from elsewhere",
"metadata": [
{
"type": "result"
"type": "source",
"required": false
}
]
},
Expand Down Expand Up @@ -5889,6 +5963,10 @@
"type": "runtime",
"required": false
},
{
"type": "source",
"required": false
},
{
"type": "version",
"required": false
Expand All @@ -5905,6 +5983,10 @@
{
"type": "runtime",
"required": false
},
{
"type": "source",
"required": false
}
]
},
Expand Down Expand Up @@ -6267,13 +6349,35 @@
}
]
},
{
"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",
"metadata": [
{
"type": "result"
},
{
"type": "source",
"required": false
},
{
"type": "version",
"required": false
Expand Down Expand Up @@ -6350,6 +6454,10 @@
{
"type": "result"
},
{
"type": "source",
"required": false
},
{
"type": "syncedResources"
},
Expand Down