Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snippets are using old API versions #1608

Closed
Meghna-Chauhan opened this issue Aug 16, 2023 · 1 comment · Fixed by #1626
Closed

Snippets are using old API versions #1608

Meghna-Chauhan opened this issue Aug 16, 2023 · 1 comment · Fixed by #1626

Comments

@Meghna-Chauhan
Copy link

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.
image

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.

@StephenWeatherford
Copy link
Contributor

I have a process to update, need to run it.

@StephenWeatherford StephenWeatherford added this to the v0.15.11 (August) milestone Aug 24, 2023
@StephenWeatherford 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
@microsoft-github-policy-service microsoft-github-policy-service bot added the In PR Has a PR that will fix this issue when merged label Aug 25, 2023
@StephenWeatherford StephenWeatherford added fixed in next release and removed In PR Has a PR that will fix this issue when merged labels Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants