Merge pull request #4594 from boumenot/pr-azure-examples

azure: Use a more long term image sku
This commit is contained in:
Matthew Hooker 2017-02-24 20:15:33 -08:00 committed by GitHub
commit 9c0526c078
1 changed files with 35 additions and 35 deletions

View File

@ -17,10 +17,10 @@
"os_type": "Linux", "os_type": "Linux",
"image_publisher": "Canonical", "image_publisher": "Canonical",
"image_offer": "UbuntuServer", "image_offer": "UbuntuServer",
"image_sku": "16.04.0-LTS", "image_sku": "16.04-LTS",
"location": "West US", "location": "West US",
"vm_size": "Standard_A2" "vm_size": "Standard_DS1_v2"
}], }],
"provisioners": [{ "provisioners": [{
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} sudo -E sh '{{ .Path }}'", "execute_command": "chmod +x {{ .Path }}; {{ .Vars }} sudo -E sh '{{ .Path }}'",