From c89307d2ab72bfe1bc65a46ca091dcb8360446ba Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 28 Jun 2021 15:01:19 -0700 Subject: [PATCH 1/2] Update telemetry.md --- docs/core/tools/telemetry.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/core/tools/telemetry.md b/docs/core/tools/telemetry.md index 703de014fd2bf..bcbed5a227823 100644 --- a/docs/core/tools/telemetry.md +++ b/docs/core/tools/telemetry.md @@ -96,6 +96,9 @@ Certain commands send additional data. A subset of commands sends the first argu | `dotnet list ` | The word `package` or `reference`. | | `dotnet sln ` | The word `add`, `list`, or `remove`. | | `dotnet nuget ` | The word `delete`, `locals`, or `push`. | +| `dotnet workload ` | The word `install`, `update`, `list`, `search`, `uninstall`, `repair`, `restore` and the workload name (hashed). | +| `dotnet tool ` | The word `install`, `update`, `list`, `search`, `uninstall`, `run` and the dotnet tool name (hashed). | + A subset of commands sends selected options if they're used, along with their values: From 361c58245be41f4a1cce09fab3c718a9d29d7b81 Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 28 Jun 2021 15:01:59 -0700 Subject: [PATCH 2/2] Update telemetry.md --- docs/core/tools/telemetry.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/core/tools/telemetry.md b/docs/core/tools/telemetry.md index bcbed5a227823..7b34c4bfb246d 100644 --- a/docs/core/tools/telemetry.md +++ b/docs/core/tools/telemetry.md @@ -99,7 +99,6 @@ Certain commands send additional data. A subset of commands sends the first argu | `dotnet workload ` | The word `install`, `update`, `list`, `search`, `uninstall`, `repair`, `restore` and the workload name (hashed). | | `dotnet tool ` | The word `install`, `update`, `list`, `search`, `uninstall`, `run` and the dotnet tool name (hashed). | - A subset of commands sends selected options if they're used, along with their values: | Option | Commands |