Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Fix issue 223 #228

Open
wants to merge 1 commit into
base: v2.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/arm/resources/virtual_machine.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"osDisk": {
<% if vhd_uri || vm_managed_image_id %>
"osType": "<%= operating_system %>",
<% end %>
"managedDisk": {
"storageAccountType": "<%= storage_account_type %>"
},
<% end %>
"createOption": "fromImage",
"caching": "ReadWrite"
},
Expand Down