Skip to content

Commit

Permalink
Merge pull request #46 from lfu/ip_range_azure_1538696
Browse files Browse the repository at this point in the history
Add back missing IP address range in Virtual Private Cloud name.
  • Loading branch information
gmcculloug authored Jan 26, 2018
2 parents ff29e8e + 2d9941e commit e3dcedc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def allowed_instance_types(_options = {})

def availability_zone_to_cloud_network(src)
load_ar_obj(src[:ems]).all_cloud_networks.each_with_object({}) do |cn, hash|
hash[cn.id] = cn.name
hash[cn.id] = cloud_network_display_name(cn)
end
end

Expand Down

0 comments on commit e3dcedc

Please sign in to comment.