* Document AutoUpdate.Enabled

* fix typo

Co-authored-by: narrieta <narrieta>
This commit is contained in:
Norberto Arrieta 2020-06-22 16:41:50 -07:00 коммит произвёл GitHub
Родитель 414358708c
Коммит b28068a6ed
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -258,6 +258,19 @@ How often to clean up the history folder of the agent. The agent keeps past goal
states on this folder, each goal state represented with a set of small files. The
history is useful to debug issues in the agent or extensions.
#### __AutoUpdate.Enabled__
_Type: Boolean_
_Default: y_
Enables auto-update of the Extension Handler. The Extension Handler is responsible
for managing extensions and reporting VM status. The core functionality of the agent
is contained in the Extension Handler, and we encourage users to enable this option
in order to maintain an up to date version.
On most distros the default value is 'y'.
For more information on the agent version, see our [FAQ](https://github.com/Azure/WALinuxAgent/wiki/FAQ#what-does-goal-state-agent-mean-in-waagent---version-output).
#### __Provisioning.Agent__