From a1cb2be8066cbb9fdcdaa823440dee2f32938bf1 Mon Sep 17 00:00:00 2001 From: Maheshkumar Gopalakrishnan <35077604+maheshjfrog@users.noreply.github.com> Date: Tue, 13 Mar 2018 11:59:13 -0700 Subject: [PATCH] Update azuredeploy.json Default Ubuntu version to 14.04.2-LTS for Azure template --- AzureResourceManager/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AzureResourceManager/azuredeploy.json b/AzureResourceManager/azuredeploy.json index 6b1539f..d40a400 100644 --- a/AzureResourceManager/azuredeploy.json +++ b/AzureResourceManager/azuredeploy.json @@ -54,7 +54,7 @@ }, "ubuntuOSVersion": { "type": "string", - "defaultValue": "16.04.0-LTS", + "defaultValue": "14.04.2-LTS", "allowedValues": [ "12.04.5-LTS", "14.04.2-LTS",