Skip to content

Commit

Permalink
enable GA versioning (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 authored Mar 6, 2024
1 parent 3e4fb9a commit 2c5f139
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", False)
return conf.get_switch("Debug.EnableGAVersioning", True)


def get_firewall_rules_log_period(conf=__conf__):
Expand Down

0 comments on commit 2c5f139

Please sign in to comment.