import path of package in question: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6
SDK version: I tried both v6.2.0 and v6.2.1-0.20241024155753-7babbbb5efff of this package.
output of go version: go version go1.23.2 darwin/arm64
What happened?
I tried to set node auto provisioning mode on an AKS cluster, but the field does not seem available. From this changelog it looks like it should be called ManagedClusterNodeProvisioningProfile but I see no reference of that in pkg.go.dev or this repo (only mention in this repo is that changelog).
What did you expect or want to happen?
The field to be available and for me to be able to use it to enable Karpenter on an AKS cluster 😅
Bug Report
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6
v6.2.0
andv6.2.1-0.20241024155753-7babbbb5efff
of this package.go version
:go version go1.23.2 darwin/arm64
What happened?
I tried to set node auto provisioning mode on an AKS cluster, but the field does not seem available. From this changelog it looks like it should be called
ManagedClusterNodeProvisioningProfile
but I see no reference of that in pkg.go.dev or this repo (only mention in this repo is that changelog).What did you expect or want to happen?
The field to be available and for me to be able to use it to enable Karpenter on an AKS cluster 😅
How can we reproduce it?
Just try to set that field in a ManagedClusterProperties object i.e. https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6@v6.2.1-0.20241024155753-7babbbb5efff#ManagedClusterProperties
Anything we should know about your environment.
Nothing springs to mind...