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 19bf2d6  Add ARM architecture to ec2 image and the related instance 
types
     new 077dca8  Checks provisioning state in Rule resource instead of Group 
(#30)
     new 75c5bc3  Adds methods listAll and listByLocation to VirtualMachineAPI 
(#21)

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  |   2 +-
 .../arm/compute/AzureComputeServiceAdapter.java    |  14 +-
 .../arm/compute/config/AzurePredicatesModule.java  |  35 ++
 .../AzureComputeSecurityGroupExtension.java        |  23 +-
 .../arm/domain/NetworkSecurityRuleProperties.java  |  18 +-
 .../arm/features/VirtualMachineApi.java            |  55 +--
 .../arm/compute/AzureComputeServiceLiveTest.java   |  34 ++
 .../features/NetworkSecurityGroupApiMockTest.java  |   1 +
 .../features/NetworkSecurityRuleApiMockTest.java   |   1 +
 .../arm/features/VirtualMachineApiLiveTest.java    |  35 ++
 .../arm/features/VirtualMachineApiMockTest.java    |  65 +++-
 .../test/resources/networksecurityrulecreate.json  |   5 +-
 ...achines.json => virtualmachinesinlocation.json} | 100 +++++
 ...es.json => virtualmachinesinresourcegroup.json} |   0
 .../resources/virtualmachinesinsubscription.json   | 411 +++++++++++++++++++++
 15 files changed, 748 insertions(+), 51 deletions(-)
 copy providers/azurecompute-arm/src/test/resources/{virtualmachines.json => 
virtualmachinesinlocation.json} (66%)
 rename providers/azurecompute-arm/src/test/resources/{virtualmachines.json => 
virtualmachinesinresourcegroup.json} (100%)
 create mode 100644 
providers/azurecompute-arm/src/test/resources/virtualmachinesinsubscription.json

Reply via email to