APIOps Toolkit for Azure APIM v2.0.0
PLEASE NOTE THAT THIS VERSION HAS SOME BREAKING CHANGES MAINLY AROUND THE REVAMPED CONFIGURATION SYSTEM AS WELL AS SWITCHING THE TOOL TO UTILIZE API NAMES INSTEAD OF DISPLAY NAMES WHEN EXTRACTING
What's Changed
- V2 by @guythetechie in #134
Detailed changes
- Tool now supports apis with non windows compliant characters in names
- Refactored configuration System to make it more dynamic. It now supports every property that is exposed by the restful api
- Added support to promote products and API tags across environments
- Added support for Group/products association. Please note that the groups will have to be created using an IaC tool like ARM, Bicep, or Terraform and won't be created by the apiops tool. We only apply the association
- Added support for Soap based apis
- Updated the sample artifacts folder to reflect the changes in v2
- Extractor and publisher updated to .net 7.
Full Changelog: v1.2.0...v2.0.0