projectkudu / AzureResourceExplorer

Azure Resource Explorer - a site to explore and manage your ARM resources in style
https://resources.azure.com
Apache License 2.0
199 stars 77 forks source link

Microsoft.ContainerService API is out of date #331

Open kmcneelyshaw opened 2 years ago

kmcneelyshaw commented 2 years ago

I was trying to fix an issue with a cluster that could only be addressed by using API version >= 2021-07-01 . However the resources.azure.com interface only speaks api-version=2020-03-01 . Can this please be updated?

balag0 commented 2 years ago

This needs a PR to update. General instructions are here - https://github.com/projectkudu/AzureResourceExplorer#swagger-specs https://github.com/projectkudu/AzureResourceExplorer#adding-swagger-specs

Lots of examples to use as reference PR at - https://github.com/projectkudu/AzureResourceExplorer/commits/master

Feel free to post any questions.