diff --git a/cartography/intel/azure/compute.py b/cartography/intel/azure/compute.py index 060098f574..b5347c0b98 100644 --- a/cartography/intel/azure/compute.py +++ b/cartography/intel/azure/compute.py @@ -43,7 +43,7 @@ def load_vms(neo4j_session: neo4j.Session, subscription_id: str, vm_list: List[D v.resourcegroup = vm.resource_group SET v.lastupdated = $update_tag, v.name = vm.name, v.plan = vm.plan.product, v.size = vm.hardware_profile.vm_size, - v.license_type=vm.license_type, v.computer_name=vm.os_profile.computer_ame, + v.license_type=vm.license_type, v.computer_name=vm.os_profile.computer_name, v.identity_type=vm.identity.type, v.zones=vm.zones, v.ultra_ssd_enabled=vm.additional_capabilities.ultra_ssd_enabled, v.priority=vm.priority, v.eviction_policy=vm.eviction_policy