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
328 stars 193 forks source link

[Question] How to skip all subscriptions from the exactor config #649

Closed jayendranarumugam closed 2 months ago

jayendranarumugam commented 2 months ago

Release version

v6.0.0-rc1

Question Details

Looking at the extractor-config is there a way we can extractor all components except subscriptions ?

Our requirments is we create subscriptions manually and not want to include on the apiosp. So can we skip subscriptions alone and do the extactoration of all others (apiNames,backendNames,diagnosticNames etc.,)

Expected behavior

Able to skip all subscriptions from the exactor

Actual behavior

Not able to skip all the subscription from extactor

Reproduction Steps

Using the exactor configu

github-actions[bot] commented 2 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.
guythetechie commented 2 months ago

Add this to your configuration:

subscriptionNames: [ignore]