Thanks for posting your question in the Microsoft Q&A forum.
To check which AKS API version your Azure CLI is using, you can run the following command:
az aks show --resource-group <resource-group-name> --name <cluster-name> --query "aksResourceMetadata.version"
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful