Azure / msrest-for-python

The runtime library "msrest" for AutoRest generated Python clients.
MIT License
41 stars 64 forks source link

Support returning a field as "raw" #104

Closed lmazuel closed 6 years ago

lmazuel commented 6 years ago

Just a given field, to be returned as it was in the JSON with no transformation.

See https://github.com/Azure/azure-sdk-for-python/pull/2557#issuecomment-392138942

lmazuel commented 6 years ago

Was actually done by typing "object". Closing.