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

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

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

Simone closed JCLOUDS-1437.
---------------------------
    Resolution: Won't Fix

> 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
>          Components: jclouds-labs
>    Affects Versions: 2.1.0
>            Reporter: Simone
>            Priority: Major
>              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 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)