Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.25k stars 754 forks source link

version discrepancy with arm-ttk #8172

Closed bhamorszky-kx closed 2 years ago

bhamorszky-kx commented 2 years ago

Bicep version 0.9.1

Describe the bug Bicep extension in VSCode shows different version for Microsoft.OperationalInsights/workspaces/tables, than arm-ttk and the documentation.

To Reproduce Create a resource in bicep with:

and try arm-ttk, VSCode extension and to deploy it.

bhamorszky-kx commented 2 years ago

MicrosoftTeams-image

bhamorszky-kx commented 2 years ago

2022-08-29_16-32

bhamorszky-kx commented 2 years ago

2022-08-29_16-33

bhamorszky-kx commented 2 years ago

2022-08-29_16-39

bhamorszky-kx commented 2 years ago

and the latest stable here:

https://docs.microsoft.com/en-us/azure/templates/microsoft.operationalinsights/change-log/workspaces/tables

bhamorszky-kx commented 2 years ago

@adrianmo @anagyzambo-kx

bhamorszky-kx commented 2 years ago

Documentation and bicep:

arm-ttk:

arm-deploy:

alex-frankel commented 2 years ago

We are in the process of migrating this TTK rule to the bicep linter, which will align the sources of API versions. Closing as this will be resolved in the 0.10 release.