diff --git a/.github/hooks/hooks.json b/.github/hooks/hooks.json new file mode 100644 index 000000000000..938bb0dac66b --- /dev/null +++ b/.github/hooks/hooks.json @@ -0,0 +1,11 @@ +{ + "hooks": { + "PostToolUse": [ + { + "type": "command", + "command": "pwsh eng/common/scripts/azsdk_tool_telemetry.ps1", + "timeoutSec": 5 + } + ] + } +}