Skip to content

Commit

Permalink
Update Azure AKS command for getting the oldest supported version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Sep 3, 2024
1 parent ec30762 commit fb79581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Keep these in mind when dropping support for older versions:
```sh
az account list-locations --query '[].name' --output tsv |
while read -r location; do
(</dev/null az aks get-versions --location "$location" --query 'orchestrators[].orchestratorVersion' --output tsv 2>/dev/null) & :
(</dev/null az aks get-versions --location "$location" --query 'values[].patchVersions.keys(@)[]' --output tsv 2>/dev/null) & :
done |
sort --version-sort |
head -1
Expand Down

0 comments on commit fb79581

Please sign in to comment.