danielestevez commented on a change in pull request #21: Adds methods listAll 
and listByLocation to VirtualMachineAPI
URL: https://github.com/apache/jclouds/pull/21#discussion_r271891284
 
 

 ##########
 File path: 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/features/VirtualMachineApi.java
 ##########
 @@ -139,14 +151,14 @@ VirtualMachine createOrUpdate(@PathParam("vmname") 
String vmname,
     */
    @Named("capture")
    @POST
-   
@Payload("%7B\"vhdPrefix\":\"{vhdPrefix}\",\"destinationContainerName\":\"{destinationContainerName}\",\"overwriteVhds\":\"true\"%7D")
-   @Path("/{name}/capture")
+   
@Payload("%7B\"vhdPrefix\":\"{vhdPrefix}\",\"destinationContainerName\":\"{destinationContainerName}\","
+         + "\"overwriteVhds\":\"true\"%7D")
 
 Review comment:
   oops yes

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to