-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
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
client, de-serialization does not work as response body of collection of BinaryData #2964
Labels
Comments
github-merge-queue bot
pushed a commit
to microsoft/typespec
that referenced
this issue
Oct 18, 2024
Fix #4669 Added `use-object-for-unknown` to both swagger/typespec flag. Default is `false`, meaning use `BinaryData`. (we had 2 or 3 GA lib get affected, and may need to use this flag) Pending issue Azure/autorest.java#2964
github-merge-queue bot
pushed a commit
to microsoft/typespec
that referenced
this issue
Oct 18, 2024
Fix #4669 Added `use-object-for-unknown` to both swagger/typespec flag. Default is `false`, meaning use `BinaryData`. (we had 2 or 3 GA lib get affected, and may need to use this flag) Pending issue Azure/autorest.java#2964
github-merge-queue bot
pushed a commit
to microsoft/typespec
that referenced
this issue
Oct 21, 2024
Fix #4669 Added `use-object-for-unknown` to both swagger/typespec flag. Default is `false`, meaning use `BinaryData`. (we had 2 or 3 GA lib get affected, and may need to use this flag) Pending issue Azure/autorest.java#2964
swatkatz
pushed a commit
to swatkatz/typespec
that referenced
this issue
Nov 5, 2024
Fix microsoft#4669 Added `use-object-for-unknown` to both swagger/typespec flag. Default is `false`, meaning use `BinaryData`. (we had 2 or 3 GA lib get affected, and may need to use this flag) Pending issue Azure/autorest.java#2964
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref microsoft/typespec#4669
Case of response body as e.g.
unknown[]
orRecord<unknown>
.The text was updated successfully, but these errors were encountered: