guythetechie
guythetechie
@UniperMaster - thanks for raising this. We extract all APIs in parallel to maximize performance: https://github.com/Azure/apiops/blob/d4cc9450a77746024bde2ca12decb99122de169b/tools/code/extractor/Api.cs#L28 I can see APIM throttling requests if you're using a low SKU and have...
By the way, [these](https://github.com/Azure/azure-sdk-for-net/blob/ed54c368785f8435ea8e63acf8bdd3250025be6c/sdk/core/Azure.Core/src/RetryOptions.cs#L40) are the default retry options. We can expose some of this in configuration so that it's overridable.
Adding to backlog.
@anotherRedbeard - just to clarify: are you seeing this issue when there's an ``apiInformation.json`` file and a specification file, but only the specification file was modified? In other words, like...
@ddommagemon - Thanks for raising this. We should be able to handle this. Will add to our backlog.
@rohit3d2003 - You can't. ApiOps works through the REST API, and Azure AD groups are associated to products by the [``externalId`` property](https://learn.microsoft.com/en-us/rest/api/apimanagement/current-ga/product-group/create-or-update?tabs=HTTP#groupcontract). I understand it's not convenient to pass an...
@rohit3d2003 - We currently don't support overriding Azure AD group external IDs, and we should. Adding it to our backlog.
Authorization servers are currently not supported. Will review feasibility and add to roadmap if it's a good fit.
Thanks for your feedback and your willingness to contribute, @aristosvo. I agree that this project needs integration tests, as we currently don't have any. They should have been there from...
Yep, I think we can leave the pipelines out of scope for now.