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 10:28:00 UTC

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

Simone created JCLOUDS-1438:
-------------------------------

             Summary: 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


Hi,
I am using:
{code:java}
<dependency>
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>azurecompute</artifactId>
   <version>2.1.0</version>
</dependency>
{code}

And 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)