Skip to content

Commit

Permalink
fixed typo in Azure load_vms cypher (cartography-cncf#1047)
Browse files Browse the repository at this point in the history
Signed-off-by: chandanchowdhury <[email protected]>
  • Loading branch information
amirjalali65 authored and chandanchowdhury committed Nov 27, 2024
1 parent 66dd754 commit 53b77d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartography/intel/azure/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53b77d4

Please sign in to comment.