apiops icon indicating copy to clipboard operation
apiops copied to clipboard

Extractor fails if using APIM Consumption Tier

Open karlrissland opened this issue 8 months ago • 3 comments

Release version

v6.0.0-alpha.1.0.8

Describe the bug

Trying to run the default extractor from github against a consumption tier APIM instance. Both full extract and extracting with the config.yaml file fail. Same github workflow works when used against a non-consumption APIM instance.

log attached

logs_24558813652.zip

Expected behavior

it completes as expected

Actual behavior

An error is thrown somewhere in the C# image

Reproduction Steps

  1. Spin up a consumption tier instance of APIM
  2. Follow the instructions in the WIKI to get the extractor tool working in GitHub
  3. Run the workflow to extract without the config yaml file and note the error
  4. Run the workflow again to extract with the config yaml file and note the error

karlrissland avatar Jun 05 '24 12:06 karlrissland