@nacx ProfitBricks is back with a few updates and new features, this PR adds two of the important new features.
There is also the [User Management API](https://devops.profitbricks.com/api/cloud/v4/#user-management-via-api) but i wanted to check with you first if that is something we need to have, in my opinion that is a feature to skip LMKWYT. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/408 -- Commit Summary -- * JCLOUDS-1328 Update ProfitBricks to the latest API version -- File Changes -- M profitbricks-rest/pom.xml (2) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/ProfitBricksApiMetadata.java (2) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/ProfitBricksProviderMetadata.java (2) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/lan/UpdateLanRequestBinder.java (18) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateVolumeRequestBinder.java (9) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Lan.java (55) M profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Volume.java (11) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/firewall/CreateFirewallRuleRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/firewall/UpdateFirewallRuleRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/image/UpdateImageRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/lan/CreateLanRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/lan/UpdateLanRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/nic/CreateNicRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/nic/UpdateNicRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/server/AttachCdromRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/server/AttachVolumeRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/server/CreateServerRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/server/UpdateServerRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateSnapshotRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/volume/CreateVolumeRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/volume/RestoreSnapshotRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/binder/volume/UpdateVolumeRequestBinderTest.java (2) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/LanApiLiveTest.java (123) M profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/features/VolumeApiLiveTest.java (24) M profitbricks-rest/src/test/resources/ipblock/get.json (2) M profitbricks-rest/src/test/resources/ipblock/list.depth-5.json (6) M profitbricks-rest/src/test/resources/ipblock/list.json (6) -- Patch Links -- https://github.com/jclouds/jclouds-labs/pull/408.patch https://github.com/jclouds/jclouds-labs/pull/408.diff -- 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/408
