You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Resource Manager (ARM) Tools extension for Visual studio code v0.15.10 IntelliSense capability which populates the Azure resource schema generates the templates with API versions that are obsolete.
For e.g. here for both Storage accounts and Web Apps there are newer API versions than 2020-12-01 available with more features, this requires lot of manual additions of properties that otherwise could auto populate.
It's not something breaking but a suggestion to consider the feasibility of having new version of APIs integrated with the latest version of the ARM extension.
The text was updated successfully, but these errors were encountered:
StephenWeatherford
changed the title
ARM Tools extension for Visual studio code v0.15.10 IntelliSense capability generates the templates with Obsolete API versions.
Snippets are using old API versions
Aug 24, 2023
Azure Resource Manager (ARM) Tools extension for Visual studio code v0.15.10 IntelliSense capability which populates the Azure resource schema generates the templates with API versions that are obsolete.
For e.g. here for both Storage accounts and Web Apps there are newer API versions than 2020-12-01 available with more features, this requires lot of manual additions of properties that otherwise could auto populate.
It's not something breaking but a suggestion to consider the feasibility of having new version of APIs integrated with the latest version of the ARM extension.
The text was updated successfully, but these errors were encountered: