We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Autorest with command "-Namespace azure.mgmt.compute.v2016_03_30" leads to incorrect Docstring:
:type pass_name: str or :class:`PassNames <azure.mgmt.compute.v20160330.models.PassNames>`
We need to keep the underscore in the Docstring, azure.mgmt.compute.v2016_03_30 being a valid namespace in Python.
azure.mgmt.compute.v2016_03_30
The text was updated successfully, but these errors were encountered:
Yeah - I suspect that it goes through some kind of unnecessary class name serialization. Should be simple to resolve.
Sorry, something went wrong.
annatisch
No branches or pull requests
Using Autorest with command "-Namespace azure.mgmt.compute.v2016_03_30" leads to incorrect Docstring:
We need to keep the underscore in the Docstring,
azure.mgmt.compute.v2016_03_30
being a valid namespace in Python.The text was updated successfully, but these errors were encountered: