You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APIOPs extractor Pipeline is not extracting operations of gRPC API in the Pull request.. Followed below steps:
1)Created gRPC API in APIM with customer profile service proto file .
2) gRPC API is deployed with multiple operations.
3) While using APIOPs extractor Pipeline, it is not extracting operations of gRPC API in the Pull request.
In the PR, apis folder with gRPC api "customer-grpc" is extracted with only apiInformation.json but operations are not found.
Attached document with screenshots.
Expected behavior
APIOPs extractor Pipeline should extract all operations of gRPC API in the Pull request.
Actual behavior
APIOPs extractor Pipeline is not extracting operations of gRPC API in the Pull request.
Reproduction Steps
Create a gRPC API in APIM with customer profile service proto file.
gRPC API should be created with multiple operations.
Execute the run extractor pipeline of APIOPS.
The "Create artifacts pull request" - "Create pull request" step of the extractor pipeline would create a PR.
The PR will not have operations data of the gRPC API.
The text was updated successfully, but these errors were encountered:
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.
Release version
v6.0.1.4
Describe the bug
APIOPs extractor Pipeline is not extracting operations of gRPC API in the Pull request.. Followed below steps:
1)Created gRPC API in APIM with customer profile service proto file .
2) gRPC API is deployed with multiple operations.
3) While using APIOPs extractor Pipeline, it is not extracting operations of gRPC API in the Pull request.
In the PR, apis folder with gRPC api "customer-grpc" is extracted with only apiInformation.json but operations are not found.
Attached document with screenshots.
Expected behavior
APIOPs extractor Pipeline should extract all operations of gRPC API in the Pull request.
Actual behavior
APIOPs extractor Pipeline is not extracting operations of gRPC API in the Pull request.
Reproduction Steps
The text was updated successfully, but these errors were encountered: