CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
524 stars 157 forks source link

Virtual Machine improvements #949

Closed ninjarobot closed 2 years ago

ninjarobot commented 2 years ago

The changes in this PR are as follows:

I have read the contributing guidelines and have completed the following:

If I haven't completed any of the tasks above, I include the reasons why here:

Below is a minimal example configuration that includes the new features, which can be used to deploy to Azure:

vm {
    name "demovm"
    username "farmeruser"
    vm_size Standard_B1ms
    operating_system UbuntuServer_2004LTS
    diagnostics_support_managed
    no_data_disk
}
isaacabraham commented 2 years ago

LGTM :-)

ninjarobot commented 2 years ago

Thanks for the enhancement, this is now released in 1.7.5 and available on nuget.