code4clouds commented on this pull request.
> +import java.util.ArrayList;
+import java.util.Collections;
+import java.util.List;
+import java.util.Map;
+import java.util.HashMap;
+import java.util.Arrays;
+
+import static org.testng.Assert.assertNotNull;
+import static org.testng.Assert.assertTrue;
+
+@Test(groups = "live", testName = "VirtualMachineScaleSetApiLiveTest")
+public class VirtualMachineScaleSetApiLiveTest extends
BaseAzureComputeApiLiveTest {
+
+ private String subscriptionid;
+ private String vmssName;
+ private VirtualMachineScaleSetSKU SKU;
I made it upper case to match the payload the server is expecting...
--
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/412#discussion_r143074075