Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
312 stars 182 forks source link

[Question]SubscriptionNames are part of the of the configuration.extractor.yaml file but do not appear in repo/artefact #573

Closed kantipenko closed 2 months ago

kantipenko commented 3 months ago

Release version

APIOPS 5.14

Question Details

Subscriptions are part of the configuration.extractor.yaml but do not appear when you specify their names or if you use without configuration file. Is it expected behavior? Do you plan to include them in future releases?

Expected behavior

Subscriptions are extracted and published

Actual behavior

Subscriptions are missing

Reproduction Steps

Specify subscriptionName and it will be pushed to higher enviroments. image

github-actions[bot] commented 3 months ago
  Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
  Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.
kantipenko commented 3 months ago

Any update o the question?

waelkdouh commented 3 months ago

Please be patient. We are busy with v6 at the moment.

guythetechie commented 2 months ago

We just added support for product subscriptions in v6. Previously, only API subscriptions were available. Try our latest release and let us know if you're still having issues.