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.