We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e478e48 commit 085728aCopy full SHA for 085728a
azurelinuxagent/common/version.py
@@ -209,7 +209,7 @@ def has_logrotate():
209
#
210
# When doing a release, be sure to use the actual agent version. Current agent version: 2.4.0.0
211
212
-AGENT_VERSION = '9.9.9.9'
+AGENT_VERSION = '2.14.0.0'
213
AGENT_LONG_VERSION = "{0}-{1}".format(AGENT_NAME, AGENT_VERSION)
214
AGENT_DESCRIPTION = """
215
The Azure Linux Agent supports the provisioning and running of Linux
0 commit comments