Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade/Downgrade agent if Requested Version available #2479

Merged
merged 13 commits into from
Jan 28, 2022
3 changes: 0 additions & 3 deletions azurelinuxagent/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,3 @@ def set_goal_state_agent():

GOAL_STATE_AGENT_VERSION = set_goal_state_agent()


def is_current_agent_installed():
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code logic was not being used anymore, so removed it

return CURRENT_AGENT == AGENT_LONG_VERSION
Loading