From 5bb9df7f2f485dbd5be057bbb657afe54bc1bf1b Mon Sep 17 00:00:00 2001 From: andyliuliming Date: Fri, 1 Apr 2016 16:29:50 +0800 Subject: [PATCH] upgrade to 2.0.18 --- waagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waagent b/waagent index d6e2d7e..2690031 100644 --- a/waagent +++ b/waagent @@ -83,7 +83,7 @@ if not hasattr(subprocess,'check_output'): GuestAgentName = "WALinuxAgent" GuestAgentLongName = "Azure Linux Agent" -GuestAgentVersion = "WALinuxAgent-2.0.18.rc6" +GuestAgentVersion = "WALinuxAgent-2.0.18" ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the correct fabric protocol. Config = None