-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add Support for Additional Response Content-Types #8708
Comments
Azure Search uses |
AppConfig could use |
If that could helps, some notes on what Python is doing:
|
mgmt-plane got response as application/json 99.9%. automation has a text/powershell. I think at present modelerfour will parse this as binary, so we are still safe. |
This issue may be broken out into smaller children issues per |
Currently, Azure Core expects that the
Content-Type
of a response is eitherjson
orxml
. There are additionalContent-Type
s that need to be supported such as plain text, images, and additional forms ofjson
orxml
that aren't currently supported.The text was updated successfully, but these errors were encountered: