MLogdberg / APIManagementARMTemplateCreator

Azure API Management Template Extractor, extracts ARM templates for your API's to be used in the CI/CD process.
MIT License
45 stars 43 forks source link

Update apiVersion to 2022-08-01, so it works with newer versions of APIM #134

Closed twinpiloot closed 10 months ago

twinpiloot commented 11 months ago

Microsoft recommends to upgrade APIM to version 2021-08-01, but the APIM extractor doesn't work with versions newer than 2019-01-01. Therefore update the version number and add a check for apiVersion errors.