microsoft / vscode-apimanagement

VS Code extension for Azure API Management.
MIT License
59 stars 38 forks source link

Updates the APIM API version to 2021-08-01 #354

Open domroutley opened 1 month ago

domroutley commented 1 month ago

This is used when communicating to the management API of APIM All versions prior to 2021-08-01 are deprecated and will be phased out starting 1st June 2024. This is documented here > https://learn.microsoft.com/en-us/azure/api-management/breaking-changes/api-version-retirement-sep-2023

The advice to APIM maintainers has been to set the minimum supported API version to 2021-08-01 (see above link). This extension cannot then communicate with those APIMs unless the minified constants.js is manually updated locally.

Fixes #352 #346 #317 #343 #357 #358

domroutley commented 1 month ago

Note: This is a duplication of #349, but I cannot see why the AzDO pipeline failed for that PR. I am willing to attempt to fix the pipeline issue, but cannot on someone elses PR.