You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Hercilio Goulart da Silva (JIRA)" <ji...@apache.org> on 2019/01/07 15:20:00 UTC

[jira] [Updated] (JCLOUDS-1484) [Azure] Listing all virtual machines returns empty list

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

Hercilio Goulart da Silva updated JCLOUDS-1484:
-----------------------------------------------
    Description: 
Trying to return all virtual machines returns a empty list.

I debug azurecompute-arm project and VirtualMachineToNodeMetadata class has a filter with equals in method getHardware.

Azure API returns  properties::hardwareProfile::vmSize in lower case and the list of instances type has upper cases characters.

I changed locally to equalsIgnoreCase and works fine.

> [Azure] Listing all virtual machines returns empty list
> -------------------------------------------------------
>
>                 Key: JCLOUDS-1484
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1484
>             Project: jclouds
>          Issue Type: Bug
>            Reporter: Hercilio Goulart da Silva
>            Priority: Major
>
> Trying to return all virtual machines returns a empty list.
> I debug azurecompute-arm project and VirtualMachineToNodeMetadata class has a filter with equals in method getHardware.
> Azure API returns  properties::hardwareProfile::vmSize in lower case and the list of instances type has upper cases characters.
> I changed locally to equalsIgnoreCase and works fine.



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