> URI mediaLink, Integer logicalSizeInGB, Attachment attachedTo,
> String sourceImage) {
> - return new AutoValue_Disk(name, location, affinityGroup, description,
> os, mediaLink, logicalSizeInGB, attachedTo,
> + return new AutoValue_Disk(name, location, affinityGroup, description,
> OS, mediaLink, logicalSizeInGB, attachedTo,no need to change from `os` to `OS` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/117/files#r22093937
