You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
.../vendor/bundle/ruby/2.1.0/gems/azure-0.6.1/lib/azure/storage_management/storage_management_service.rb:48:in get_storage_account': undefined method each' for #Azure::StorageManagement::StorageAccount:0x007fd47ab39f60 (NoMethodError)
It seems StorageManagementService#list_storage_accounts should always return an Array, but return a StorageAccount object if only one storage account exists for the subscription.
I think it was caused by /lib/azure/storage_management/serialization.rb#L113
The text was updated successfully, but these errors were encountered:
It seems StorageManagementService#list_storage_accounts should always return an Array, but return a StorageAccount object if only one storage account exists for the subscription.
I think it was caused by /lib/azure/storage_management/serialization.rb#L113
The text was updated successfully, but these errors were encountered: