Describe the bug
The ARG query of the following recommendation does not catch AKS resources if auto-scale set to Manual even if node count less than 2 because the minCount property is no there.
| where taints !has "CriticalAddonsOnly=true:NoSchedule" and agentPoolProfile.minCount < 2
To Reproduce
Run the ARG query of the Configure user nodepool count in Resource Graph Explorer with Manual scale AKS clusters.
Expected behaviour
Catch both auto-scale and manual node pools of AKS clusters if node count less than 2.
Screenshots 📷
There are two AKS clusters. One of the AKS clusters has a Manual scale node pool. (It is userpool of aprl-manualscale-aks)

The current ARG query catching auto-scale node pools only.

Additional context
None
Describe the bug
The ARG query of the following recommendation does not catch AKS resources if auto-scale set to Manual even if node count less than 2 because the minCount property is no there.
To Reproduce
Run the ARG query of the Configure user nodepool count in Resource Graph Explorer with Manual scale AKS clusters.
Expected behaviour
Catch both auto-scale and manual node pools of AKS clusters if node count less than 2.
Screenshots 📷
There are two AKS clusters. One of the AKS clusters has a Manual scale node pool. (It is
userpoolofaprl-manualscale-aks)The current ARG query catching auto-scale node pools only.
Additional context
None