Azure / autorest.az

Azure CLI Code Generator
MIT License
22 stars 20 forks source link

PUT request needs empty body as required by service, instead it is null body #861

Closed hivyas closed 3 years ago

hivyas commented 3 years ago

image For one of our entities, it only has 1 readonly property so the body for its PUT request is being generated as null (line 132 in above image). The service does not allow for null bodies so instead it should be an empty body so parameters={}