Merge pull request #4594 from boumenot/pr-azure-examples
azure: Use a more long term image sku
This commit is contained in:
commit
9c0526c078
|
@ -17,10 +17,10 @@
|
|||
"os_type": "Linux",
|
||||
"image_publisher": "Canonical",
|
||||
"image_offer": "UbuntuServer",
|
||||
"image_sku": "16.04.0-LTS",
|
||||
"image_sku": "16.04-LTS",
|
||||
|
||||
"location": "West US",
|
||||
"vm_size": "Standard_A2"
|
||||
"vm_size": "Standard_DS1_v2"
|
||||
}],
|
||||
"provisioners": [{
|
||||
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} sudo -E sh '{{ .Path }}'",
|
||||
|
|
Loading…
Reference in New Issue