David Schneiderbauer

Results 20 comments of David Schneiderbauer

@guythetechie - do you have an estimate for when this release will be completed?

Unfortunately this issue is still present. I got the same error today with version v6.0.1.1. ``` crit: publisher[0] Application failed. System.Net.Http.HttpRequestException: HTTP request to URI https://management.azure.com/subscriptions//resourceGroups//providers/Microsoft.ApiManagement/service//apis//operations//policies/policy?api-version=2023-05-01-preview failed with status code...

I've looked into it and the culprit is an invalid openapi spec and an HTTP response status 'OK' instead of 'Accepted' when uploading the API spec. Due to this `JsonOpenApiSpecificationFile.TryParse()`...

@microsoft-github-policy-service agree company="Cloudflight"

@waelkdouh I'll try to find some time this week to check out the new code base and apply my changes.

@waelkdouh ~I need some clarification about this line https://github.com/Azure/apiops/blob/main/tools/code/publisher/App.cs#L51. Isn't the order important when importing changed files? As in, you cannot assign a gateway to an API that has not...

I've updated the PR so that the conflicts from recent merges have been resolved. @guythetechie can you have a look at the PR please?

Is there any chance this can be removed soonish?

I have my doubts that the [proposed changes](https://github.com/Azure/apiops/issues/245#issuecomment-1561304630) actually resolve this issue. Let me share my train of thought and feel free to correct me if I am wrong. Every...