Update README.md to specify gathered telemetry (#16379)

This commit is contained in:
James Truher [MSFT] 2021-11-09 17:30:56 -08:00 committed by GitHub
parent f2a42fb964
commit 19b5647c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 3 deletions

View file

@ -15,6 +15,7 @@
about_ about_
about_debuggers about_debuggers
about_jobs about_jobs
about_Telemetry
acl acl
adamdriscoll adamdriscoll
add-localgroupmember add-localgroupmember

View file

@ -36,6 +36,8 @@ pr:
- test/perf/* - test/perf/*
- tools/releaseBuild/* - tools/releaseBuild/*
- tools/releaseBuild/azureDevOps/templates/* - tools/releaseBuild/azureDevOps/templates/*
- README.md
- .spelling
variables: variables:
DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1

View file

@ -38,6 +38,8 @@ pr:
- tools/packaging/* - tools/packaging/*
- tools/releaseBuild/* - tools/releaseBuild/*
- tools/releaseBuild/azureDevOps/templates/* - tools/releaseBuild/azureDevOps/templates/*
- README.md
- .spelling
variables: variables:
DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1

View file

@ -35,6 +35,8 @@ pr:
- tools/packaging/* - tools/packaging/*
- tools/releaseBuild/* - tools/releaseBuild/*
- tools/releaseBuild/azureDevOps/templates/* - tools/releaseBuild/azureDevOps/templates/*
- README.md
- .spelling
variables: variables:
GIT_CONFIG_PARAMETERS: "'core.autocrlf=false'" GIT_CONFIG_PARAMETERS: "'core.autocrlf=false'"

View file

@ -239,9 +239,8 @@ License: By requesting and using the Container OS Image for Windows containers,
### Telemetry ### 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/). Please visit our [about_Telemetry](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_telemetry)
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. topic to read details about telemetry gathered by PowerShell.
The telemetry we collect falls under the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement/).
## Governance ## Governance