You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jhendrixMSFT
changed the title
[Bug]: duplicate paths for some routes that contain query params
[Bug]: incorrect paths for some routes that contain query params
Nov 22, 2024
Describe the bug
For this route.
@route("/{containerName}/{blob}?comp=appendblock")
The
sdkMethod.operation.path
has an incorrect value:/{containerName}/{blob}?AppendBlob/{containerName}/{blob}?comp=appendblock
Reproduction
Build blob storage tsp https://github.com/Azure/azure-rest-api-specs/blob/feature/blob-tsp/specification/storage/Microsoft.BlobStorage
Checklist
The text was updated successfully, but these errors were encountered: