AdamRussak
AdamRussak
/unresolve > I believe this is the API you want. > > https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v2#ManagedClustersClient.Get > > Part of the returned model is [`ManagedClusterProperties`](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v2#ManagedClusterProperties) which has field `KubernetesVersion` in this API you...
my code that was used to exctract the output i used above: ```go client, err := armcontainerservice.NewManagedClustersClient(subscription.Id, auth(id), nil) core.OnErrorFail(err, "failed to create client") pager := client.NewListPager(nil) for pager.More() {...
Hi @ArcturusZhang, first I appreciate you taking it forward! second, as I wrote in my ticket, it's not a bug or feature, but I opened the ticket because the API...
Looking into it as well... Any inputs on this?
I know, you are right. But already revoked it.
@sunny0826 , we could talk if you want ;) my CLItool dose it for Azure and AWS (gcp is more complicated) feel free to DM me. https://github.com/AdamRussak/k8f
hi, any update? or expected timeline?
Hi, I want to add the `AWSAuthenticationPlugin ` to MySQL. Would someone be able to point me to / guide me? I'm good with GO but didn't contribute here yet...
we experiencing the same issue, in some chrome browsers the link will now be resolved by branch Web SDK, and only after removing branch_session_first from local storage, it will work...
this should be added ASAP.