Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
14.06k stars 16.13k forks source link

101-ubuntu-mate-desktop-vscode: Ubuntu 17.10 not available #5476

Open mifurm opened 5 years ago

mifurm commented 5 years ago

101-ubuntu-mate-desktop-vscode

Issue Details

Line 58 with: "ubuntuOSVersion": "17.10" needs to be changed as Azure says no such version exists any more. Possible changes: "ubuntuOSVersion": "18.04-LTS"

Repro steps (if necessary, delete otherwise)

  1. Create VM in Azure with the original link
  2. Check the error of the creation to see that the version does not exists
marlonsingleton commented 5 years ago

submitted pull request #5815

marlonsingleton commented 5 years ago

Issue fixed. Pull request #5815 has been merged.