Skip to content

Commit acb539d

Browse files
committed
fix: CoPilot suggestion to use tostring()
1 parent f81487d commit acb539d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)