> + > +import org.jclouds.azurecompute.arm.domain.VirtualNetwork; > +import org.jclouds.azurecompute.arm.internal.BaseAzureComputeApiLiveTest; > + > +import org.testng.annotations.BeforeClass; > +import org.testng.annotations.Test; > + > +import java.util.List; > + > +import static org.testng.Assert.assertEquals; > +import static org.testng.Assert.assertTrue; > +import static org.testng.Assert.assertNotNull; > + > +// For now live tests expect that Virtual Network > "jclouds-virtual-network-live-test" is already created in Azure > +// using address space 10.2.0.0/16. > +// Make sure you delete the "default" subnet in portal after creating the > virtual network.
Is this comment still valid? The setup operation seems to create one network. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/262/files/1801c68f227e1f245a30c6fa6ff044e7e2634460#r60746611
