You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
"You need to specify configuration for your introspection storage account and DevOps pipeline to run this dashboard. Please initialize the spk tool with the right configuration"
98
+
"introspect-dashboard-cmd-missing-vals: Configuration for storage account and DevOps pipeline were missing. Initialize the spk tool with the right configuration."
thrownewError("value for port option has to be a valid port number");
58
+
throwbuildError(
59
+
errorStatusCode.VALIDATION_ERR,
60
+
"introspect-dashboard-cmd-invalid-port"
61
+
);
53
62
}
54
63
}
55
64
@@ -66,8 +75,9 @@ export const validateValues = (
66
75
!config.introspection.dashboard||
67
76
!config.introspection.dashboard.image
68
77
){
69
-
thrownewError(
70
-
"You need to specify configuration for your introspection storage account and DevOps pipeline to run this dashboard. Please initialize the spk tool with the right configuration"
Copy file name to clipboardExpand all lines: src/lib/i18n.json
+8
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,14 @@
78
78
"introspect-create-cmd-cmd-p1-missing-values": "Values for image-tag, commit-id and service options were missing. They are required for updating the details of source pipeline. Provide them.",
79
79
"introspect-create-cmd-cmd-p2-missing-values": "Values for p2, hld-commit-id, image-tag and env options were missing. They are required For updating the details of image tag release pipeline. Provide them.",
80
80
81
+
"introspect-dashboard-cmd-failed": "Deployment dashboard command was not successfully executed.",
82
+
"introspect-dashboard-cmd-invalid-port": "value for port option has to be a valid port number. Enter a valid port number.",
83
+
"introspect-dashboard-cmd-missing-vals": "Configuration for storage account and DevOps pipeline were missing. Initialize the spk tool with the right configuration.",
84
+
"introspect-dashboard-cmd-kill-docker-container": "Could not kill dashboard docker containers.",
85
+
"introspect-dashboard-cmd-get-env": "Could not get environment parameters.",
86
+
"introspect-dashboard-cmd-launch-pre-req-err": "Requirements to launch dashboard were not met",
87
+
"introspect-dashboard-cmd-launch-err": "Could not launch dashboard docker container.",
88
+
81
89
"deployment-table-update-hld-manifest-pipeline-failed": "Could not update HLD to manifest pipeline.",
82
90
"deployment-table-update-manifest-commit-id-failed": "Could not update manifest commit Id.",
83
91
"deployment-table-update-manifest-commit-id-failed-no-generation": "No manifest generation found to update manifest commit {0}."
0 commit comments