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",