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:25:00 UTC

[jira] [Created] (JCLOUDS-1437) Rules array inside network security groups is always emtpy

Simone created JCLOUDS-1437:
-------------------------------

             Summary: Rules array inside network security groups is always emtpy
                 Key: JCLOUDS-1437
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1437
             Project: jclouds
          Issue Type: Bug
    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}
With the following code I always have the rules array inside networkSecurityGroup always empty:

 

 
{code:java}
AzureComputeApi client = builder.buildApi( AzureComputeApi.class );
NetworkSecurityGroupApi networkClient = client.getNetworkSecurityGroupApi();
NetworkSecurityGroup networkSecurityGroup = networkClient.get( defaultSecurityGroupName );
{code}
 

 



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