Send telemetry action event when user selects 'Enable Trust Server Certificate' (#21113)

This commit is contained in:
Cheena Malhotra
2022-11-04 17:05:32 -07:00
committed by GitHub
parent 00b797b4f3
commit a1f5b403db
3 changed files with 8 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ export const enum TelemetryAction {
DeleteAgentProxy = 'DeleteAgentProxy',
DeleteConnection = 'DeleteConnection',
DeleteServerGroup = 'DeleteServerGroup',
EnableTrustServerCertificate = 'EnableTrustServerCertificate',
FindNode = 'FindNode',
FirewallRuleRequested = 'FirewallRuleCreated',
GenerateScript = 'GenerateScript',