Hello everybody, I have a question about azure-native and AKS creation. If I create the agentPools for the managed cluster seperately using
https://www.pulumi.com/registry/packages/azure-native/api-docs/containerservice/agentpool/ and set enableAutoScaling to true. What is the expected behaviour? I am facing the problem that the agent pool gets created backed by a virtual machine scale set. But this scale set is set to scale manually thus it will never auto scale. Did I miss something?