Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python] remove useless docstring for models (#6138)
fix #6115 in our current design, read-only are not exposed as __init__ kwarg like it used to be (e.g. [here](https://github.com/Azure/autorest.python/blob/ac9d2bcd5b7965258a5d4094c78fd234ab31f030/packages/typespec-python/test/azure/generated/headasbooleantrue/headasbooleantrue/models/_models.py#L33-L70)). So we could remove the sentence `Readonly variables are only populated by the server, and will be ignored when sending a request` now.
- Loading branch information