diff --git a/.spelling b/.spelling index e13473086..6f15f6a56 100644 --- a/.spelling +++ b/.spelling @@ -15,6 +15,7 @@ about_ about_debuggers about_jobs +about_Telemetry acl adamdriscoll add-localgroupmember diff --git a/.vsts-ci/linux.yml b/.vsts-ci/linux.yml index e4ddeaf27..38aea5a94 100644 --- a/.vsts-ci/linux.yml +++ b/.vsts-ci/linux.yml @@ -36,6 +36,8 @@ pr: - test/perf/* - tools/releaseBuild/* - tools/releaseBuild/azureDevOps/templates/* + - README.md + - .spelling variables: DOTNET_CLI_TELEMETRY_OPTOUT: 1 diff --git a/.vsts-ci/mac.yml b/.vsts-ci/mac.yml index 84d3d1ef0..89ada7764 100644 --- a/.vsts-ci/mac.yml +++ b/.vsts-ci/mac.yml @@ -38,6 +38,8 @@ pr: - tools/packaging/* - tools/releaseBuild/* - tools/releaseBuild/azureDevOps/templates/* + - README.md + - .spelling variables: DOTNET_CLI_TELEMETRY_OPTOUT: 1 diff --git a/.vsts-ci/windows.yml b/.vsts-ci/windows.yml index 70775761f..f17a06399 100644 --- a/.vsts-ci/windows.yml +++ b/.vsts-ci/windows.yml @@ -35,6 +35,8 @@ pr: - tools/packaging/* - tools/releaseBuild/* - tools/releaseBuild/azureDevOps/templates/* + - README.md + - .spelling variables: GIT_CONFIG_PARAMETERS: "'core.autocrlf=false'" diff --git a/README.md b/README.md index ad198f4fe..022b9b325 100644 --- a/README.md +++ b/README.md @@ -239,9 +239,8 @@ License: By requesting and using the Container OS Image for Windows containers, ### Telemetry -By default, PowerShell collects the OS description and the version of PowerShell (equivalent to `$PSVersionTable.OS` and `$PSVersionTable.GitCommitId`) using [Application Insights](https://azure.microsoft.com/services/application-insights/). -To opt-out of sending telemetry, create an environment variable called `POWERSHELL_TELEMETRY_OPTOUT` set to a value of `1` before starting PowerShell from the installed location. -The telemetry we collect falls under the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement/). +Please visit our [about_Telemetry](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_telemetry) +topic to read details about telemetry gathered by PowerShell. ## Governance