You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Simone (JIRA)" <ji...@apache.org> on 2018/08/09 11:03:00 UTC

[jira] [Comment Edited] (JCLOUDS-1438) Can't attach a network security group to a VM

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

Simone edited comment on JCLOUDS-1438 at 8/9/18 11:02 AM:
----------------------------------------------------------

[~andreaturli] Thank you for the fast reply.
 I'll start using:
{code:java}
<dependency>
<groupId>org.apache.jclouds.provider</groupId>
<artifactId>azurecompute-arm</artifactId>
<version>2.1.0</version>
</dependency>{code}
 


was (Author: pimuzzo):
[~andreaturli] Thank you for the fast reply.
I'll start using:
{code:java}
<dependency>
<groupId>org.apache.jclouds.provider</groupId>
<artifactId>azurecompute-arm</artifactId>
<version>2.1.0</version>
</dependency>{code}
 

You can close this ticket

> Can't attach a network security group to a VM
> ---------------------------------------------
>
>                 Key: JCLOUDS-1438
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1438
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs
>    Affects Versions: 2.1.0
>            Reporter: Simone
>            Priority: Blocker
>              Labels: azurecompute
>
> Hi,
>  I am using:
> {code:java}
> <dependency>
>    <groupId>org.apache.jclouds.labs</groupId>
>    <artifactId>azurecompute</artifactId>
>    <version>2.1.0</version>
> </dependency>
> {code}
>  
> With the following code I can't attach a network security group to a virtual machine:
> {code:java}
> AzureComputeTemplateOptions templateOptions = new AzureComputeTemplateOptions()
>         .networkSecurityGroupName( defaultSecurityGroupName );
> {code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)