This is an automated email from the ASF dual-hosted git repository.
nacx pushed a change to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/jclouds.git.
from 75c5bc3 Adds methods listAll and listByLocation to VirtualMachineAPI
(#21)
new 0b357ad Implements listAll method in NetworkSecurityGroupApi (#31)
new 757d288 Implements listAll method for LoadBalancersAPI (#32)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../jclouds/azurecompute/arm/AzureComputeApi.java | 4 +-
.../AzureComputeSecurityGroupExtension.java | 13 +-
.../azurecompute/arm/features/LoadBalancerApi.java | 24 +-
.../arm/features/NetworkSecurityGroupApi.java | 23 +-
.../arm/features/LoadBalancerApiLiveTest.java | 19 +-
.../arm/features/LoadBalancerApiMockTest.java | 13 ++
.../features/NetworkSecurityGroupApiLiveTest.java | 34 ++-
.../features/NetworkSecurityGroupApiMockTest.java | 34 ++-
...dbalancerlist.json => loadbalancerlistall.json} | 33 ++-
.../resources/networksecuritygrouplistall.json | 252 +++++++++++++++++++++
10 files changed, 410 insertions(+), 39 deletions(-)
copy providers/azurecompute-arm/src/test/resources/{loadbalancerlist.json =>
loadbalancerlistall.json} (51%)
create mode 100644
providers/azurecompute-arm/src/test/resources/networksecuritygrouplistall.json