I'm using the latest java SDK for azure. When I fetch all VMs, I'm not getting VMs from the Virtual Machines (classic)
ServiceClientCredentials credentials = new ApplicationTokenCredentials(client, tenant, key, AzureEnvironment.AZURE);
Azure azure = Azure.authenticate(credentials).withSubscription(subscriptionId);
PagedList<VirtualMachine> vms = azure.virtualMachines().list();