mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Migrate cert validation error handling to mssql extension (#21829)
This commit is contained in:
@@ -38,11 +38,13 @@ export const enum TelemetryView {
|
||||
AgentJobSteps = 'AgentJobSteps',
|
||||
AgentNotebookHistory = 'AgentNotebookHistory',
|
||||
AgentNotebooks = 'AgentNotebooks',
|
||||
ConnectionDialog = 'ConnectionDialog',
|
||||
ConnectionErrorDialog = 'ConnectionErrorDialog',
|
||||
ErrorMessageDialog = 'ErrorMessageDialog',
|
||||
ExecutionPlan = 'ExecutionPlan',
|
||||
ExtensionHost = 'ExtensionHost',
|
||||
ExtensionRecommendationDialog = 'ExtensionRecommendationDialog',
|
||||
Notebook = 'Notebook',
|
||||
NotifyEncryptionDialog = 'NotifyEncryptionDialog',
|
||||
ResultsPanel = 'ResultsPanel',
|
||||
Shell = 'Shell',
|
||||
SqlAssessment = 'SqlAssessment',
|
||||
@@ -75,7 +77,6 @@ export const enum TelemetryAction {
|
||||
DeleteAgentProxy = 'DeleteAgentProxy',
|
||||
DeleteConnection = 'DeleteConnection',
|
||||
DeleteServerGroup = 'DeleteServerGroup',
|
||||
EnableTrustServerCertificate = 'EnableTrustServerCertificate',
|
||||
FindNode = 'FindNode',
|
||||
FirewallRuleRequested = 'FirewallRuleCreated',
|
||||
GenerateScript = 'GenerateScript',
|
||||
|
||||
Reference in New Issue
Block a user