Ideally even for zonal and regional resources get() method should try to find the resource enumerating across all zones and regions and not require any parameters.
This seems to have been the case but changed when migrating to 1.0, judging by the test changes:
What I think needs to be done is to make zone/region parameters optional in get() and if none are provided, look up the resources ourselves.
@icco WDYT?
Ideally even for zonal and regional resources
get()method should try to find the resource enumerating across all zones and regions and not require any parameters.This seems to have been the case but changed when migrating to 1.0, judging by the test changes:
What I think needs to be done is to make zone/region parameters optional in get() and if none are provided, look up the resources ourselves.
@icco WDYT?