Skip to content

Commit

Permalink
fixup! Add a POC for cloud discovery decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed May 24, 2022
1 parent 853b469 commit ec988b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ defmodule Trento.Integration.Discovery.HostPolicy do
vm_size: vm_size,
data_disk_number:
case storage_profile do
%{data_disks: nil} -> 0
%{data_disks: data_disks} -> length(data_disks)
_ -> 0
end,
Expand Down

0 comments on commit ec988b6

Please sign in to comment.