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
Description
The GetByName method calls ListVolumes which requires a catalog_name argument that's not provided by the implementation. So you end up with an error:
It seems like there's a ReadByName method, which does what you'd expected the GetByName method to do. Both claim to "Get the volume" and return the same object. It's not clear why both of them exist.
Description
The
GetByName
method callsListVolumes
which requires a catalog_name argument that's not provided by the implementation. So you end up with an error:Reproduction
Example to reproduce:
Is it a regression?
The SDK version is
v0.45.0
. I don't think this is a regression.The text was updated successfully, but these errors were encountered: