> +                        
> VMImageParams.OSDiskConfigurationParams.Caching.READ_ONLY,
> +                        
> VMImageParams.OSDiskConfigurationParams.OSState.SPECIALIZED,
> +                        image.osDiskConfiguration().os(),
> +                        URI.create(
> +                                "https://"; + storageService.serviceName()
> +                                        + ".blob.core.windows.net/vhds/" + 
> CAPTURED_IMAGE_NAME + "-os-" + dateFormat.format(date) + ".vhd"),
> +                        30,
> +                        "Standard");
> +        VMImageParams params = 
> VMImageParams.builder().name(CREATE_IMAGE_NAME).label(CREATE_IMAGE_NAME)
> +                
> .description(image.description()).recommendedVMSize(image.recommendedVMSize())
> +                
> .osDiskConfiguration(osParams).imageFamily(image.imageFamily())
> +                .build();
> +
> +        String requestId = api().create(params);
> +        assertNotNull(requestId);
> +        operationSucceeded.apply(requestId);

Is this something that needs to be deleted at some point when the test finishes?

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

Reply via email to