From 29fa07dbdb85290e2a454434418e752540694c92 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 8 Aug 2023 13:57:44 +0100 Subject: [PATCH] (doc) Update feature descriptions The corresponding documentation has been updated in the source code, and this change reflects the same change in the generated docs. This PR shouldn't be merged until the next minor/major release of CLI and CLE. --- input/en-us/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/en-us/configuration.md b/input/en-us/configuration.md index 8160408b1c..c678737d07 100644 --- a/input/en-us/configuration.md +++ b/input/en-us/configuration.md @@ -134,7 +134,7 @@ A checkbox means this feature is turned on by default. * [x] `powershellHost` - Use Chocolatey's built-in PowerShell host. * [ ] `removePackageInformationOnUninstall` - Remove Stored Package Information On Uninstall - When a package is uninstalled, should the stored package information also be removed? -* [ ] `disableCompatibilityChecks` - Disable Compatibility Checks - Should a warning we shown, before and after command execution, when a runtime compatibility check determines that there is an incompatibility between Chocolatey and Chocolatey Licensed Extension. Available in 1.1.0+. +* [ ] `disableCompatibilityChecks` - Disable Compatibility Checks - Disable showing a warning when there is an incompatibility between Chocolatey CLI and Chocolatey Licensed Extension. Available in 1.1.0+. ## Features - Licensed Edition @@ -180,7 +180,7 @@ A checkbox means this feature is turned on by default. * [x] `useBackgroundServiceWithEmptySessions` - Use Background Service With Empty Sessions - Sometimes empty sessions mean remotely run sessions, but in in newer Windows it is much more normal to see empty sessions with interactive use. Leave this flag on unless you absolutely need it off (control how remote sessions use background service by enabling the feature 'useBackgroundServiceWithNonAdministratorsOnly'). Business editions only. * [ ] `allowBackgroundServiceUninstallsFromUserInstallsOnly` - Allow ONLY Uninstall of Packages Installed By a Self-service User in Background Service - Allow a user to uninstall packages they've installed - they must be reported as the original user in a choco list -lo --audit. The config setting 'backgroundServiceAllowedCommands' must must have 'uninstall' added as well for this to work. Business editions only. * [ ] `allowBackgroundServiceOverride` - Allows a user to request using the self-service when they are running the commands that can be run through the background service. Licensed editions only (version 5.0.0+). -* [x] `useLogRetentionPolicy` - Use Automatic Log Retention Policy - Cleans any rolled over log files once a day that are older than the configured retention policy day value. Licensed editions only (version 5.0.0+). +* [x] `useLogRetentionPolicy` - Use Automatic Log Retention Policy - Once per day, remove any log files that are older than the `logRetentionPolicyInDays` value. Licensed editions only (version 5.0.0+). ### Virus Checking