> @@ -37,7 +37,7 @@ > public abstract String name(); > > /** The geo-locations of the image, if the image is not associated with > an affinity group. */ > - public abstract List<String> locations(); > + @Nullable public abstract String location();
Good spot! Please make sure that all the fields in OSImage match Response Body at http://msdn.microsoft.com/en-us/library/jj157191.aspx --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/117/files#r22094009
