Thibault ROHMER
Thibault ROHMER
ok my bad, indeed you added modules, not inventory
yep some of our vms are of kind: 'id': '/subscriptions/xxxxxxx/resourceGroups/rg-eu-prd/providers/Microsoft.HybridCompute/machines/vm1/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default', 'resource_type': 'microsoft.azurestackhci/virtualmachineinstances' thus the call to `instance_view = compute_client.virtual_machines.instance_view(new_hostvars['resource_group'], new_hostvars['name'])` fails badly
ping @magodo
by the way instance view is already fetched !!! cf `def _on_instanceview_response(self, vm_instanceview_model):` i'm working on a clean fix
ok i made a PR to fix this @roman-vynar it should also fix the problem of private ip addresses for vmss :) (i tried it) it's back to normal speed...