-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Supporting Independant API Team - extracting selected artifacts - All VersionSets extracted regardless of API #452
Comments
|
It's a good question. Couple of points:
|
@guythetechie the solution in this case is to use a gitignore file? |
@MouniR-123 - filtering version sets is not supported in the latest version. We've added support for it in the next release, which is currently being tested. |
Has the feature been released or is it still in the testing phase? Thanks |
If it's still on the board it has been released. Please bare with us as we prepare for v6 release. |
Release version
v5.0.1
Question Details
To support independent API teams we leverage the "configuration.extractor.yaml" file and select specific APIs to extract.
https://azure.github.io/apiops/apiops/6-supportingIndependentAPITeams/#extracting-select-artifacts
If our APIM has x2 APIs both versioned (has versionSets):
If we configure only to extract api1TeamA API the api2TeamB API versionSet is also included in the artifacts extracted.
Sorry if this is a repeat, couldn't find it in doco or issues - therefore asking the question.
Expected behavior
If we specify APIs using the "configuration.extractor.yaml", only those APIs related versionSets should be extracted
Actual behavior
All API versionSets are extracted
Reproduction Steps
The text was updated successfully, but these errors were encountered: