Open richardpark-msft opened 1 year ago
@richardpark-msft I've seen other clients 'fix' the missing protocol issue by adding it in. Maybe that's the approach we can take here as well as updating docs
Would that work okay if there were multiple protocols? Or if the user was funneling their traffic through a proxy?
no, that would only work for a single protocol where its well defined like the default for endpoint being https://{topichostname}
. For a proxy however I would expect a separate set of kwargs for it (similar to EH) and not via the same param, but even then this works when its a single protocol.
Describe the bug
The doc string for the but it should be https://.
endpoint
parameter forEventGridClient
lists the namespace name format asExpected behavior
Fix the doc string, and consider if we can improve this error message so it mentions that you're missing the protocol, which I assume could be a common mistake?