Closed chlowell closed 8 months ago
It could be that this requirement is specific to ARM, I'd have to go read their spec to confirm.
Confirmed, the ARM RPC spec requires the polling URIs to be absolute.
Hi @chlowell, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.
Today, pollers reject relative URLs: https://github.com/Azure/azure-sdk-for-go/blob/fc95da9cfa30aa95bb62d59950267634db929195/sdk/azcore/internal/pollers/util.go#L50-L53
I don't think anything other than autorest.testserver cases is blocked by this but grepping the Python repo I see that Azure Communication Services and Cognitive Services return relative URLs for polling, so it could be a future onboarding problem.