microsoft / vscode-apimanagement

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

Extract Service - 400 (Bad Request) - Consumption Plan with Products #336

Open akhileshnirapure opened 9 months ago

akhileshnirapure commented 9 months ago

Hi,

I've created two vanilla APIM instances

  1. With Consumption Plan
  2. Developer Plan

Created one product in each instance.

When I run the Extract Service command , the products are not exported in Consumption plan and extraction process breaks.

Extracting products from service Error occured: Response status code does not indicate success: 400 (Bad Request). Response status code does not indicate success: 400 (Bad Request).

Is product extraction not supported in consumption plan?