We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SdkHttpResponse
description
SdkHttpResponse does not have description property, while the description property exists on the __raw: HttpOperationResponse type.
__raw: HttpOperationResponse
TSP playground with response description.
I think we should add the description to SdkHttpResponse type, instead of getting the response from raw.
The text was updated successfully, but these errors were encountered:
TCGC, Add description to SdkHttpResponse (#1142)
7f9562a
Fix #1088
haolingdong-msft
Successfully merging a pull request may close this issue.
SdkHttpResponse
does not havedescription
property, while thedescription
property exists on the__raw: HttpOperationResponse
type.TSP playground with response description.
I think we should add the
description
toSdkHttpResponse
type, instead of getting the response from raw.The text was updated successfully, but these errors were encountered: