Skip to content

Instantly share code, notes, and snippets.

@haitch
Created January 14, 2022 22:33
Show Gist options
  • Save haitch/1b761daa1e9f7db4f0260f10dbaa7683 to your computer and use it in GitHub Desktop.
Save haitch/1b761daa1e9f7db4f0260f10dbaa7683 to your computer and use it in GitHub Desktop.
AKS Cluster Reconcile

reconcile AKS cluster without change any property

az rest --method PUT -u https://management.azure.com/subscriptions/$sub/resourcegroups/$rg/providers/Microsoft.ContainerService/managedClusters/$name?api-version=2021-10-01 --body '{"location":"$location"}' --headers Content-Type=application/json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment