Skip to content

Commit c09688c

Browse files
praveenkuttappanazure-sdk
authored andcommitted
remove azsdk filter for skill name
1 parent 7d19559 commit c09688c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eng/common/scripts/azsdk_tool_telemetry.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,12 @@ else
126126
$clientType = "copilot-cli"
127127
}
128128

129+
129130
# Process skill invocations (looking for "azsdk" prefix in skill name)
130131
if ($toolName -eq "skill")
131132
{
132133
$skillName = $toolInput.skill
133-
if ($skillName -and $skillName.StartsWith("azsdk"))
134+
if ($skillName)
134135
{
135136
$eventType = "skill_invocation"
136137
$shouldTrack = $true

0 commit comments

Comments
 (0)