Skip to content

Commit

Permalink
disable RSM updates (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Feb 9, 2024
1 parent 7521421 commit 4f6d984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurelinuxagent/common/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ def get_enable_ga_versioning(conf=__conf__):
If True, the agent looks for rsm updates(checking requested version in GS) otherwise it will fall back to self-update and finds the highest version from PIR.
NOTE: This option is experimental and may be removed in later versions of the Agent.
"""
return conf.get_switch("Debug.EnableGAVersioning", True)
return conf.get_switch("Debug.EnableGAVersioning", False)


def get_firewall_rules_log_period(conf=__conf__):
Expand Down

0 comments on commit 4f6d984

Please sign in to comment.