diff --git a/Azure/azure_cspm_benchmark.py b/Azure/azure_cspm_benchmark.py index 35556f1..f9ef2e9 100644 --- a/Azure/azure_cspm_benchmark.py +++ b/Azure/azure_cspm_benchmark.py @@ -126,7 +126,7 @@ def subscription_client(self): for aks in az.aks_resources(subscription.subscription_id): for node_pool in az.container_vmss(aks): log.info("Identified node pool: '%s' within AKS: '%s' with %d node(s)", - node_pool.name, aks.name, node_pool.count) + node_pool.name, aks.name, node_pool.count) row['aks_nodes'] += node_pool.count # (2) Process VMSS