Cannot update mutually exclusive arguments

I am working with the azurerm provider and trying to update a Kubernetes resource azurerm_kubernetes_cluster. Two arguments on the resource the node count and kubernetes version can only be updated independently. Is there a way for terraform to accept both of these arguments and update them one after another for the same resource?

{
  "code": "OperationNotAllowed",
  "message": "Updating Kubernetes version and agent node scaling are mutually exclusive operations. Please visit https://aka.ms/aks-pending-upgrade for more details."
}