microsoft / azuredevopslabs

Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
https://www.azuredevopslabs.com
MIT License
806 stars 905 forks source link

No output for AKS version #707

Open deshpandeparag07 opened 3 months ago

deshpandeparag07 commented 3 months ago

Below command that was earlier working, now it is not working. version=$(az aks get-versions -l eastus --query 'orchestrators[-1].orchestratorVersion' -o tsv)

After giving the above command and doing an $echo, no output is shown.