[jira] [Commented] (JCLOUDS-1596) Support Activity Log Alert Operations

2022-02-01 Thread Anand (Jira)


[ 
https://issues.apache.org/jira/browse/JCLOUDS-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485193#comment-17485193
 ] 

Anand commented on JCLOUDS-1596:


Hi,

We have added new feature Activity Log Alert. 
https://docs.microsoft.com/en-us/rest/api/monitor/activity-log-alerts

Please find the pull request
https://github.com/apache/jclouds/pull/132

> Support Activity Log Alert Operations
> -
>
> Key: JCLOUDS-1596
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1596
> Project: jclouds
>  Issue Type: Improvement
>Reporter: Anand
>Priority: Major
>
> https://docs.microsoft.com/en-us/rest/api/monitor/activity-log-alerts
> Support required for Activity Log Alerts Operations



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (JCLOUDS-1596) Support Activity Log Alert Operations

2022-02-01 Thread Anand (Jira)


[ 
https://issues.apache.org/jira/browse/JCLOUDS-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485193#comment-17485193
 ] 

Anand edited comment on JCLOUDS-1596 at 2/1/22, 11:40 AM:
--

Hi,
We have added new feature Activity Log Alert to achieve our requirements in the 
project. 
https://docs.microsoft.com/en-us/rest/api/monitor/activity-log-alerts

Please find the pull request
https://github.com/apache/jclouds/pull/132


was (Author: satyanan):
Hi,

We have added new feature Activity Log Alert. 
https://docs.microsoft.com/en-us/rest/api/monitor/activity-log-alerts

Please find the pull request
https://github.com/apache/jclouds/pull/132

> Support Activity Log Alert Operations
> -
>
> Key: JCLOUDS-1596
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1596
> Project: jclouds
>  Issue Type: Improvement
>Reporter: Anand
>Priority: Major
>
> https://docs.microsoft.com/en-us/rest/api/monitor/activity-log-alerts
> Support required for Activity Log Alerts Operations



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (JCLOUDS-1596) Support Activity Log Alert Operations

2022-02-01 Thread Anand (Jira)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anand updated JCLOUDS-1596:
---
Issue Type: New Feature  (was: Improvement)

> Support Activity Log Alert Operations
> -
>
> Key: JCLOUDS-1596
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1596
> Project: jclouds
>  Issue Type: New Feature
>Reporter: Anand
>Priority: Major
>
> https://docs.microsoft.com/en-us/rest/api/monitor/activity-log-alerts
> Support required for Activity Log Alerts Operations



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [jclouds] gaul commented on a change in pull request #132: JCLOUDS-1596

2022-02-01 Thread GitBox


gaul commented on a change in pull request #132:
URL: https://github.com/apache/jclouds/pull/132#discussion_r796564888



##
File path: 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeApi.java
##
@@ -54,244 +55,291 @@
 import com.google.inject.Provides;
 
 /**
- * The Azure Resource Manager API is a REST API for managing your services and 
deployments.
+ * The Azure Resource Manager API is a REST API for managing your services and
+ * deployments.
  * 
  *
- * @see https://msdn.microsoft.com/en-us/library/azure/dn790568.aspx"; 
>doc
+ * @see https://msdn.microsoft.com/en-us/library/azure/dn790568.aspx";
+ *  >doc
  */
 public interface AzureComputeApi extends Closeable {
-   
-   /**
-* The Azure Resource Manager API includes operations for managing resource 
groups in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/dn790546.aspx";>docs
-*/
-   @Delegate
-   ResourceGroupApi getResourceGroupApi();
-
-   /**
-* Provides access to the Job tracking API.
-*/
-   @Delegate
-   JobApi getJobApi();
-
-   /**
-* This Azure Resource Manager API provides all of the locations that are 
available for resource providers
-*
-* @see https://msdn.microsoft.com/en-US/library/azure/dn790540.aspx";>docs
-*/
-   @Delegate
-   LocationApi getLocationApi();
-
-   /**
-* The Azure Resource Manager API includes operations for managing the 
storage accounts in your subscription.
-*
-* @see docs
-*/
-   @Delegate
-   StorageAccountApi getStorageAccountApi(@PathParam("resourceGroup") String 
resourceGroup);
-
-   /**
-* The Subnet API includes operations for managing the subnets in your 
virtual network.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163621.aspx";>docs
-*/
-   @Delegate
-   SubnetApi getSubnetApi(@PathParam("resourcegroup") String resourcegroup,
-  @PathParam("virtualnetwork") String virtualnetwork);
-
-   /**
-* The Virtual Network API includes operations for managing the virtual 
networks in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163661.aspx";>docs
-*/
-   @Delegate
-   VirtualNetworkApi getVirtualNetworkApi(@Nullable 
@PathParam("resourcegroup") String resourcegroup);
-
-
-   /**
-* The Network Interface Card API includes operations for managing the NICs 
in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/mt163668.aspx";>docs
-*/
-   @Delegate
-   NetworkInterfaceCardApi getNetworkInterfaceCardApi(@Nullable 
@PathParam("resourcegroup") String resourcegroup);
-
-   /**
-* The Public IP Address API includes operations for managing public ID 
Addresses for NICs in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163638.aspx";>docs
-*/
-   @Delegate
-   PublicIPAddressApi getPublicIPAddressApi(@Nullable 
@PathParam("resourcegroup") String resourcegroup);
-
-
-   /**
-* The Virtual Machine API includes operations for managing the virtual 
machines in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163630.aspx";>docs
-*/
-   @Delegate
-   VirtualMachineApi getVirtualMachineApi(@Nullable 
@PathParam("resourceGroup") String resourceGroup);
-
-   /**
-* The Virtual Machine Scale Set API includes operations for managing the 
virtual machines in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163630.aspx";>docs
-*/
-   @Delegate
-   VirtualMachineScaleSetApi 
getVirtualMachineScaleSetApi(@PathParam("resourceGroup") String resourceGroup);
-
-   /**
-* This Azure Resource Manager API lists all available virtual machine 
sizes for a subscription in a given region
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt269440.aspx";>docs
-*/
-   @Delegate
-   VMSizeApi getVMSizeApi(@PathParam("location") String location);
-
-   /**
-* The Azure Resource Manager API gets all the OS images in your 
subscription.
-*
-* @see https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages";>docs
-*/
-   @Delegate
-   OSImageApi getOSImageApi(@PathParam("location") String location);
-
-   /**
-* The Deployment API allows for the management of Azure Resource Manager 
resources through the use of templates.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/dn790549.aspx";>docs
-*/
-   @Delegate
-   DeploymentApi getDeploymentApi(@PathParam("resourcegroup") String 
resourceGroup);
-
-   /**
-* The NetworkSecurityGroup API includes operations for managing network 
security groups within your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163615.aspx";>docs
-*/
-   @Delegate
-   NetworkSecurityGroupApi getNetworkSecurityGroupApi(@Nullable 
@PathParam("

[GitHub] [jclouds] SATYANAN-ANAND commented on a change in pull request #132: JCLOUDS-1596

2022-02-01 Thread GitBox


SATYANAN-ANAND commented on a change in pull request #132:
URL: https://github.com/apache/jclouds/pull/132#discussion_r796651249



##
File path: 
providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeApi.java
##
@@ -54,244 +55,291 @@
 import com.google.inject.Provides;
 
 /**
- * The Azure Resource Manager API is a REST API for managing your services and 
deployments.
+ * The Azure Resource Manager API is a REST API for managing your services and
+ * deployments.
  * 
  *
- * @see https://msdn.microsoft.com/en-us/library/azure/dn790568.aspx"; 
>doc
+ * @see https://msdn.microsoft.com/en-us/library/azure/dn790568.aspx";
+ *  >doc
  */
 public interface AzureComputeApi extends Closeable {
-   
-   /**
-* The Azure Resource Manager API includes operations for managing resource 
groups in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/dn790546.aspx";>docs
-*/
-   @Delegate
-   ResourceGroupApi getResourceGroupApi();
-
-   /**
-* Provides access to the Job tracking API.
-*/
-   @Delegate
-   JobApi getJobApi();
-
-   /**
-* This Azure Resource Manager API provides all of the locations that are 
available for resource providers
-*
-* @see https://msdn.microsoft.com/en-US/library/azure/dn790540.aspx";>docs
-*/
-   @Delegate
-   LocationApi getLocationApi();
-
-   /**
-* The Azure Resource Manager API includes operations for managing the 
storage accounts in your subscription.
-*
-* @see docs
-*/
-   @Delegate
-   StorageAccountApi getStorageAccountApi(@PathParam("resourceGroup") String 
resourceGroup);
-
-   /**
-* The Subnet API includes operations for managing the subnets in your 
virtual network.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163621.aspx";>docs
-*/
-   @Delegate
-   SubnetApi getSubnetApi(@PathParam("resourcegroup") String resourcegroup,
-  @PathParam("virtualnetwork") String virtualnetwork);
-
-   /**
-* The Virtual Network API includes operations for managing the virtual 
networks in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163661.aspx";>docs
-*/
-   @Delegate
-   VirtualNetworkApi getVirtualNetworkApi(@Nullable 
@PathParam("resourcegroup") String resourcegroup);
-
-
-   /**
-* The Network Interface Card API includes operations for managing the NICs 
in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/mt163668.aspx";>docs
-*/
-   @Delegate
-   NetworkInterfaceCardApi getNetworkInterfaceCardApi(@Nullable 
@PathParam("resourcegroup") String resourcegroup);
-
-   /**
-* The Public IP Address API includes operations for managing public ID 
Addresses for NICs in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163638.aspx";>docs
-*/
-   @Delegate
-   PublicIPAddressApi getPublicIPAddressApi(@Nullable 
@PathParam("resourcegroup") String resourcegroup);
-
-
-   /**
-* The Virtual Machine API includes operations for managing the virtual 
machines in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163630.aspx";>docs
-*/
-   @Delegate
-   VirtualMachineApi getVirtualMachineApi(@Nullable 
@PathParam("resourceGroup") String resourceGroup);
-
-   /**
-* The Virtual Machine Scale Set API includes operations for managing the 
virtual machines in your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163630.aspx";>docs
-*/
-   @Delegate
-   VirtualMachineScaleSetApi 
getVirtualMachineScaleSetApi(@PathParam("resourceGroup") String resourceGroup);
-
-   /**
-* This Azure Resource Manager API lists all available virtual machine 
sizes for a subscription in a given region
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt269440.aspx";>docs
-*/
-   @Delegate
-   VMSizeApi getVMSizeApi(@PathParam("location") String location);
-
-   /**
-* The Azure Resource Manager API gets all the OS images in your 
subscription.
-*
-* @see https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages";>docs
-*/
-   @Delegate
-   OSImageApi getOSImageApi(@PathParam("location") String location);
-
-   /**
-* The Deployment API allows for the management of Azure Resource Manager 
resources through the use of templates.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/dn790549.aspx";>docs
-*/
-   @Delegate
-   DeploymentApi getDeploymentApi(@PathParam("resourcegroup") String 
resourceGroup);
-
-   /**
-* The NetworkSecurityGroup API includes operations for managing network 
security groups within your subscription.
-*
-* @see https://msdn.microsoft.com/en-us/library/azure/mt163615.aspx";>docs
-*/
-   @Delegate
-   NetworkSecurityGroupApi getNetworkSecurityGroupApi(@Nullable 
@P

Build failed in Jenkins: JClouds » jclouds-with-credentials » jclouds-chef-live-tests #75

2022-02-01 Thread Apache Jenkins Server
See 


Changes:


--
Started by timer
Running as SYSTEM
No JDK named ?JDK 1.8 (latest)? found
[EnvInject] - Loading node environment variables.
Building remotely on builds41 (ubuntu) in workspace 

No JDK named ?JDK 1.8 (latest)? found
ERROR: A Maven installation needs to be available for this project to be 
built.Either your server has no Maven installations defined, or the requested 
Maven version does not exist.
No JDK named ?JDK 1.8 (latest)? found
No JDK named ?JDK 1.8 (latest)? found