Add telemetry for deployment type being selected (#14410)

* Add telemetry for deployment type being selected

* Fix build
This commit is contained in:
Charles Gagnon
2021-02-24 15:47:17 -08:00
committed by GitHub
parent 71cbe3fbf0
commit 00feb955d9
11 changed files with 151 additions and 6 deletions

View File

@@ -34,6 +34,7 @@
},
"providers": [
{
"name": "validations-wizard",
"notebookWizard": {
"notebook": "%deployment-notebook-1%",
"runNotebook": false,
@@ -129,6 +130,7 @@
},
"providers": [
{
"name": "test-wizard",
"notebookWizard": {
"notebook": "%deployment-notebook-1%",
"type": "new-arc-control-plane",
@@ -462,6 +464,7 @@
],
"providers": [
{
"name": "edition_evaluation",
"dialog": {
"notebook": "%deployment-notebook-1%",
"title": "%dialog-title-1%",
@@ -520,6 +523,7 @@
"when": "edition=evaluation"
},
{
"name": "edition_standard",
"dialog": {
"notebook": "%deployment-notebook-2%",
"title": "%dialog-title-2%",