Skip to content

Commit

Permalink
fix: delete printing the tags
Browse files Browse the repository at this point in the history
  • Loading branch information
raporpe committed Feb 1, 2023
1 parent ff0a864 commit 2a02a32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions defender-for-vm-analyzer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def get_databricks_billable_vms(subscription_id):
# Iterate over all the VMs in the subscription
for vm in compute_client.virtual_machines.list_all():

logger.info(vm.tags)

# Get the resource group of the VM for quering the instace_view and get functions
vm_resource_group = vm.id.split('/')[4]

Expand Down

0 comments on commit 2a02a32

Please sign in to comment.