Skip to content

Commit f81487d

Browse files
committed
fix: Exclude VMSS Flex with Standalone VMs
1 parent 6fe8a7c commit f81487d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-resources/Compute/virtualMachineScaleSets/kql/ee66ff65-9aa3-2345-93c1-25827cf79f44.kql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
resources
44
| where type == "microsoft.compute/virtualmachinescalesets"
55
| where isempty(tostring(tags['aks-managed-poolName']))
6+
| where isnotempty(sku)
67
| project name, id, tags
78
| join kind=leftouter (
89
resources

0 commit comments

Comments
 (0)