stephaneey / azure-apim-extension

Full Azure API Management suite and more VSTS extension
MIT License
66 stars 48 forks source link

Using "Product created by previous task" does not work if display name and name are different #53

Closed thomasvdb closed 4 years ago

thomasvdb commented 5 years ago
  1. Add a release step "API Management - Create or update product"
  2. In the textbox "Product" configure the value "ProductNameValue"
  3. In the textbox "Display name" configure the value "ProductDisplayNameValue"
  4. Add a release step "API Management - Create or Update API"
  5. Configure this step with the checkbox "Product created by previous task" enabled

If you run this setup, the "API Management - Create or Update API" release step will fail because it tries to find the product based on the display name instead of the value in the "Product" textbox: ../providers/Microsoft.ApiManagement/service/[api management name]/products/ProductDisplayNameValue/apis/...

stephaneey commented 5 years ago

Hi Thomas,

Thanks for reporting the issue. I'll have a look at it. Stay tunned!

Best Regards