Azure / typespec-azure

About TypeSpec Azure Libraries
https://azure.github.io/typespec-azure/
MIT License
8 stars 28 forks source link

[TCGC] `SdkHttpResponse` does not have `description` #1088

Open haolingdong-msft opened 1 week ago

haolingdong-msft commented 1 week ago

SdkHttpResponse does not have description property, while the description property exists on the __raw: HttpOperationResponse type.

TSP playground with response description.

I think we should add the description to SdkHttpResponse type, instead of getting the response from raw.