Blame SOURCES/agent-no-auto-update-when-upgrading.patch

29913e
--- WALinuxAgent-2.2.0/azurelinuxagent/common/conf.py.orig
29913e
+++ WALinuxAgent-2.2.0/azurelinuxagent/common/conf.py
29913e
@@ -213,7 +213,7 @@ def get_autoupdate_gafamily(conf=__conf_
29913e
 
29913e
 
29913e
 def get_autoupdate_enabled(conf=__conf__):
29913e
-    return conf.get_switch("AutoUpdate.Enabled", True)
29913e
+    return conf.get_switch("AutoUpdate.Enabled", False)
29913e
 
29913e
 
29913e
 def get_autoupdate_frequency(conf=__conf__):