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

2018-08-09 Thread Andrea Turli (JIRA)


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

Andrea Turli commented on JCLOUDS-1437:
---

cool, let us know how it goes

> 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}
> 
>org.apache.jclouds.labs
>azurecompute
>2.1.0
> 
> {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)


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

2018-08-09 Thread Andrea Turli (JIRA)


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

Andrea Turli commented on JCLOUDS-1437:
---

similar situation as JCLOUDS-1438, please let us know

> 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}
> 
>org.apache.jclouds.labs
>azurecompute
>2.1.0
> 
> {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)