Azure / arm-ttk

Azure Resource Manager Template Toolkit
https://aka.ms/arm-ttk
MIT License
431 stars 186 forks source link

Does not work with Microsoft.KubernetesConfiguration/extensions apiVersion 2023-05-01 #752

Closed KeithMnemonic closed 6 months ago

KeithMnemonic commented 10 months ago

When using a template with

        "type": "Microsoft.KubernetesConfiguration/extensions",
        "apiVersion": "2023-05-01",    

the following error is reported

[?] apiVersions Should Be Recent (20 ms) The apiVersion 2023-05-01 was not found for the resource type: Microsoft.KubernetesConfiguration/extensions

but this API should pass per

https://learn.microsoft.com/en-us/rest/api/kubernetesconfiguration/extensions/list?tabs=HTTP

Service: Kubernetes Configuration API Version: 2023-05-01

vidapour commented 9 months ago

This should show up as a warning in the TTK and should not block you if you are submitting the offer to be published. We have taken note of the issue and have added it to our backlog.

If this issue is blocking you please let us know. Thanks!

KeithMnemonic commented 9 months ago

I am not blocked but wanted to report it in case others run across this.

psah434 commented 6 months ago

Should be fixed with 0.23