Open jhendrixMSFT opened 1 week ago
i could not repro with the spec. could you upgrade to latest version to see it is resolved?
from the debug screenshot, the compiler return path is already wrong (see __raw path value). it should not be a tcgc issue.
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