-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Search
Description
name.search.windows.net should be handle and changed to https://name.search.windows.net in the init
sometthing like:
if not url.startswith("https"):
url = "https://" + url
Right now, it breaks in azure-core with keyError: endpoint which doesn't make much sense.
However,
**http**://name.search.windows.net must be warned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Search