Repository: jclouds-labs
Updated Branches:
  refs/heads/master ff028de1e -> a4334d46d


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a4334d46/azurecompute-arm/src/test/resources/resourcegroups.json
----------------------------------------------------------------------
diff --git a/azurecompute-arm/src/test/resources/resourcegroups.json 
b/azurecompute-arm/src/test/resources/resourcegroups.json
new file mode 100644
index 0000000..bde3a9d
--- /dev/null
+++ b/azurecompute-arm/src/test/resources/resourcegroups.json
@@ -0,0 +1,22 @@
+{
+   "value": [
+      {
+         "id": 
"/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/test1",
+         "name": "test1",
+         "location": "westus",
+         "properties": {
+            "provisioningState": "Succeeded"
+         }
+      },
+      {
+         "id": 
"/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/test2",
+         "name": "test2",
+         "location": "eastus",
+         "tags": {},
+         "properties": {
+            "provisioningState": "Succeeded"
+         }
+      }
+   ],
+   "nextLink": 
"https://management.azure.com/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups?api-version=2015-11-01&%24top=2&%24skiptoken=eyJuZXh0UGFydGl0aW9uS2V5IjoiMSE4IVJVTkJNalEtIiwibmV4dFJvd0tleSI6IjEhNjghTURSR04wVkRPRGc0UlRJNE5ERkZSRGcxTXpjMVJURTNOelkyTURBeFJqVmZRVTVRVWtsRFJWUkZVMVF0VjBWVFZGVlQifQ%3d%3d";
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a4334d46/azurecompute-arm/src/test/resources/resourcegroupupdated.json
----------------------------------------------------------------------
diff --git a/azurecompute-arm/src/test/resources/resourcegroupupdated.json 
b/azurecompute-arm/src/test/resources/resourcegroupupdated.json
new file mode 100644
index 0000000..3d54d03
--- /dev/null
+++ b/azurecompute-arm/src/test/resources/resourcegroupupdated.json
@@ -0,0 +1,9 @@
+{
+  "id": 
"/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/jcloudstest",
+  "name": "jcloudstest",
+  "location": "westus",
+  "tags": {},
+  "properties": {
+    "provisioningState": "Succeeded"
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a4334d46/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a50cf6d..03cd02f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
   </repositories>
 
   <modules>
+    <module>azurecompute-arm</module>
     <module>azurecompute</module>
     <module>etcd</module>
     <module>docker</module>

Reply via email to