This is an automated email from the ASF dual-hosted git repository.
gaul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git.
from 468b126 JCLOUDS-1594: Allow overriding S3 signer
new 2b16b55 JCLOUDS-1596: Support Activity Log Alert Operations
new 738a01d Update AzureComputeApi.java
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 | 11 +++
.../arm/AzureComputeProviderMetadata.java | 2 +
.../arm/domain/{Metric.java => ActionGroup.java} | 39 ++++-----
.../{TemplateParameterType.java => Actions.java} | 24 +++---
.../azurecompute/arm/domain/ActivityLogAlert.java | 92 ++++++++++++++++++++++
.../arm/domain/ActivityLogAlertProperties.java | 72 +++++++++++++++++
.../{Error.java => AlertRuleAllOfCondition.java} | 43 +++++-----
.../arm/domain/AlertRuleAnyOfOrLeafCondition.java | 67 ++++++++++++++++
.../{Error.java => AlertRuleLeafCondition.java} | 49 ++++++------
...abilitySetApi.java => ActivityLogAlertApi.java} | 71 +++++++++--------
10 files changed, 363 insertions(+), 107 deletions(-)
copy
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/{Metric.java
=> ActionGroup.java} (56%)
copy
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/{TemplateParameterType.java
=> Actions.java} (75%)
create mode 100644
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/ActivityLogAlert.java
create mode 100644
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/ActivityLogAlertProperties.java
copy
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/{Error.java
=> AlertRuleAllOfCondition.java} (57%)
create mode 100644
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/AlertRuleAnyOfOrLeafCondition.java
copy
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/domain/{Error.java
=> AlertRuleLeafCondition.java} (54%)
copy
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/features/{AvailabilitySetApi.java
=> ActivityLogAlertApi.java} (53%)