Giter VIP home page Giter VIP logo

Comments (3)

annaji-msft avatar annaji-msft commented on June 11, 2024

Could you please help understand how are you setting the API version in vscode extension.

2021-12-01-preview
https://github.com/microsoft/vscode-apimanagement/blob/60ac759492c2a1f9c75c17131888cc6c5cc6eb86/src/azure/apim/ApimService.ts#L19C65-L19C83

2019-12-01

"@azure/arm-apimanagement": {

Will create a backlog item to upgrade to latest version.

from vscode-apimanagement.

jan-jonas-ruv avatar jan-jonas-ruv commented on June 11, 2024

Thanks @annaji-msft for your feedback. We do not set the API version in the VS Code extension but in the Azure APIM service.

Technically we are doing this via Terraform with the following code snippet:

resource "azurerm_api_management" "[...]" {
  [...]
  min_api_version      = "2021-08-01"
  [...]
}

We set this "min_api_version" as this was a recommendation shown in the Azure portal.

To me it seems that the VS Code extension uses a version older that 2021-08-01. Maybe this line https://github.com/microsoft/vscode-apimanagement/blob/master/src/constants.ts#L33C24-L33C44 defines to use the API version 2019-01-01.

from vscode-apimanagement.

jan-jonas-ruv avatar jan-jonas-ruv commented on June 11, 2024

I saw that there was a recent release which adds compatibility to API version 2019-12-01 (https://github.com/microsoft/vscode-apimanagement/releases/tag/1.0.7).

Based on this post https://learn.microsoft.com/en-us/azure/api-management/breaking-changes/api-version-retirement-sep-2023 I was expecting a release that updates the API version to 2021-08-01 or later.

@annaji-msft: Are you planning another release of the VS code extension in September?

from vscode-apimanagement.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.