Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-02-02 Thread Ignasi Barrera
Pushed to master as [80f5c8f](https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=commit;h=80f5c8f763f731437ba68986b7d9837900544334). Thanks @hsbhathiya! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126#issuecomment-72473575

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-02-02 Thread Ignasi Barrera
Closed #126. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126#event-228562208

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-30 Thread Bhathiya
@nacx I made that change --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126#issuecomment-72278436

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-30 Thread Ignasi Barrera
> +import com.google.common.collect.ImmutableList.Builder; > +import com.google.inject.Inject; > +import org.jclouds.azurecompute.domain.DataVirtualHardDisk; > +import org.jclouds.http.functions.ParseSax; > +import org.xml.sax.Attributes; > + > +import java.util.List; > + > +public final class List

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-30 Thread Ignasi Barrera
@hsbhathiya One last minor comment. I'll merge it once addressed. Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126#issuecomment-72180220

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-29 Thread Bhathiya
@nacx I addressed those issues you mentioned. can we merge this? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126#issuecomment-72078688

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-28 Thread Ignasi Barrera
> + * limitations under the License. > + */ > +package org.jclouds.azurecompute.xml; > + > +import com.google.common.collect.ImmutableList; > +import com.google.common.collect.ImmutableList.Builder; > +import org.jclouds.azurecompute.domain.DataVirtualHardDisk; > +import org.jclouds.http.functions.

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-28 Thread Ignasi Barrera
> +import com.google.auto.value.AutoValue; > +import org.jclouds.javax.annotation.Nullable; > + > +import java.net.URI; > + > +/** > + * @see href="https://msdn.microsoft.com/en-us/library/azure/jj157193.aspx#DataVirtualHardDisks"; > >api > + */ > + > +@AutoValue > +public abstract class DataVirt

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-27 Thread Bhathiya
@andreaturli I have corected the pointed out mistakes. Shall we merge this? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126#issuecomment-71612637

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-23 Thread Bhathiya
@andreaturli I corrected those mistakes --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126#issuecomment-71242283

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-23 Thread Andrea Turli
> + > + /** > +* Required if an existing disk is being used to create a Virtual Machine. > +* Specifies the name of a new or existing disk > +*/ > + @Nullable public abstract String diskName(); > + > + /** > +* Specifies the Logical Unit Number (LUN) for the data disk. If the

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-23 Thread Andrea Turli
> +* If the disk that is being added is already registered in the > subscription or the VHD for the disk already exists > +* in blob storage, this element is ignored. If a VHD file does not exist > in blob storage, this element defines the > +* location of the new VHD that is created

Re: [jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-22 Thread Bhathiya
@andreaturli Can you review this? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126#issuecomment-71131095

[jclouds-labs] JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests (#126)

2015-01-22 Thread Bhathiya
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/126 -- Commit Summary -- * JCLOUDS-664: Added DataVirtualHardDisk Representation With Tests -- File Changes -- A azurecompute/src/main/java/org/jclouds/azurecompute/domain/Dat