-
Notifications
You must be signed in to change notification settings - Fork 344
Open
Labels
emitter:client:pythonIssue for the Python client emitter: @typespec/http-client-pythonIssue for the Python client emitter: @typespec/http-client-python
Description
for the following get/post/delete operations they are being differentiated by a "/" in the openapi spec
in python we translate that to _url="/"
Do we need the "/"? Would we expect HttpRequest() call in the builder operations to add a "/" at the end if param options are appended to the url?
This is causing the following for storage:
E Uri doesn't match:
E request https://Sanitized.blob.core.windows.net/utcontainer54ca4129/blob54ca4129/
E record https://Sanitized.blob.core.windows.net/utcontainer54ca4129/blob54ca4129
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
emitter:client:pythonIssue for the Python client emitter: @typespec/http-client-pythonIssue for the Python client emitter: @typespec/http-client-python