summaryrefslogtreecommitdiff
path: root/app-shells/pwsh/files/pwsh-7.3.3-disable-telemetry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/pwsh/files/pwsh-7.3.3-disable-telemetry.patch')
-rw-r--r--app-shells/pwsh/files/pwsh-7.3.3-disable-telemetry.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-shells/pwsh/files/pwsh-7.3.3-disable-telemetry.patch b/app-shells/pwsh/files/pwsh-7.3.3-disable-telemetry.patch
deleted file mode 100644
index 5a1852a31898..000000000000
--- a/app-shells/pwsh/files/pwsh-7.3.3-disable-telemetry.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/System.Management.Automation/utils/Telemetry.cs
-+++ b/src/System.Management.Automation/utils/Telemetry.cs
-@@ -139,7 +139,7 @@ namespace Microsoft.PowerShell.Telemetry
- {
- // If we can't send telemetry, there's no reason to do any of this
- CanSendTelemetry = !GetEnvironmentVariableAsBool(name: _telemetryOptoutEnvVar, defaultValue: false);
-- if (CanSendTelemetry)
-+ if (false)
- {
- s_sessionId = Guid.NewGuid().ToString();
- TelemetryConfiguration configuration = TelemetryConfiguration.CreateDefault();