From b3882e0cae48ae71e5ceac416a9f49e7fa63de34 Mon Sep 17 00:00:00 2001 From: Hariharan Jayaraman Date: Fri, 11 May 2018 10:00:31 -0700 Subject: [PATCH] Updates to review comments --- examples/azure/debian.json | 2 +- examples/azure/ubuntu.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/azure/debian.json b/examples/azure/debian.json index c16774623..f1d97daad 100644 --- a/examples/azure/debian.json +++ b/examples/azure/debian.json @@ -24,7 +24,7 @@ "os_type": "Linux", "image_publisher": "credativ", "image_offer": "Debian", - "image_sku": "8", + "image_sku": "9", "ssh_pty": "true", "location": "South Central US", diff --git a/examples/azure/ubuntu.json b/examples/azure/ubuntu.json index f6cc815bc..eefe62299 100644 --- a/examples/azure/ubuntu.json +++ b/examples/azure/ubuntu.json @@ -14,7 +14,7 @@ "os_type": "Linux", "image_publisher": "Canonical", "image_offer": "UbuntuServer", - "image_sku": "16.04-LTS", + "image_sku": "16.04-LTS", "managed_image_resource_group_name": "packertest", "managed_image_name": "MyUbuntuImage",