lib/fog/azurerm/models/storage/storage_accounts.rb in fog-azure-rm-0.0.2 vs lib/fog/azurerm/models/storage/storage_accounts.rb in fog-azure-rm-0.0.3
- old
+ new
@@ -20,10 +20,10 @@
hash_of_storage_accounts.each do |account|
hash = {}
hash['name'] = account['name']
hash['location'] = account['location']
hash['resource_group'] = account['id'].split('/')[4]
- hash['account_type'] = account['properties']['accountType']
+ hash['account_type'] = account['properties']['accountType']
accounts << hash
end
load(accounts)
end