CompositionalIT / farmer

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

Automatically round container instance memory to the first decimal place #1004

Closed ninjarobot closed 1 year ago

ninjarobot commented 1 year ago

The container instances in container groups must have memory defined in increments of 0.1 GB, otherwise it will give an error of:The memory requirement should be in increments of 0.1 GB

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:

Validation change only, so no doc update.