>     @OAuthScopes(COMPUTE_READONLY_SCOPE)
>     @ResponseParser(ParseDisks.class)
>     @Transform(ParseDisks.ToPagedIterable.class)
>     @Fallback(EmptyPagedIterableOnNotFoundOr404.class)
> -   PagedIterable<Disk> list(ListOptions options);
> +   PagedIterable<Disk> listInZone(@PathParam("zone") String zone, 
> ListOptions options);
> +
> +   /**
> +    * TODO live and expect tests for DiskApi#createSnapshot

I'm actually gonna remove createSnapshot - I nuked most of the new API calls I 
added in the work-in-progress for 1.7 when I backported it, but some slipped 
through.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5379012

Reply via email to