[
https://issues.apache.org/jira/browse/JCLOUDS-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693276#comment-16693276
]
Ignasi Barrera commented on JCLOUDS-1466:
-----------------------------------------
It looks like there is a missing check in these two places:
https://github.com/jclouds/jclouds/blob/master/providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/compute/AzureComputeServiceAdapter.java#L238
https://github.com/jclouds/jclouds/blob/master/providers/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/compute/AzureComputeServiceAdapter.java#L360
They should be:
{code:java}
return regionIds.get().isEmpty() ? true :
regionIds.get().contains(input.location());
{code}
[~pimuzzo] want to do the change and open a pull request?
> Azurecompute-arm listNodes doesn't work
> ---------------------------------------
>
> Key: JCLOUDS-1466
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1466
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-compute
> Affects Versions: 2.1.1
> Reporter: Simone
> Priority: Minor
> Labels: azurecompute-arm
> Attachments: 48721857-04013a80-ec23-11e8-9326-1677c55908d4.png,
> 48721898-17aca100-ec23-11e8-8fa7-f4bb2af08715.png
>
>
> I'm using jclouds v 2.1.1 and ComputeService::listNodes is not working on
> azurecompute-arm
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)