When trying to update an AKS
cluster with new service principal credentials using az aks update-credentials
command, it is blocked with an error about a Resource not Found (a Microsoft.OperationalInsights
resource).
Is there a way to run this command while ignoring such resource not found error?
Thanks