Skip to content
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

[Python] Namespace command removes underscore #1356

Closed
lmazuel opened this issue Aug 16, 2016 · 1 comment
Closed

[Python] Namespace command removes underscore #1356

lmazuel opened this issue Aug 16, 2016 · 1 comment
Assignees
Labels

Comments

@lmazuel
Copy link
Member

lmazuel commented Aug 16, 2016

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.

@annatisch
Copy link
Member

Yeah - I suspect that it goes through some kind of unnecessary class name serialization. Should be simple to resolve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants