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

[#114438129]address code analysis errors by pylints #17

Merged
merged 1 commit into from
Feb 29, 2016
Merged

[#114438129]address code analysis errors by pylints #17

merged 1 commit into from
Feb 29, 2016

Conversation

yugangw-msft
Copy link
Contributor

No description provided.

@yugangw-msft yugangw-msft changed the title [do not merge]address code analysis errors by pylints [114438129]address code analysis errors by pylints Feb 26, 2016
@@ -208,11 +220,11 @@ def not_global(a):
return handler(parsed, others)
except IncorrectUsageError as ex:
print(str(ex), file=out)
return self.display_usage(nouns, m, args, out)
return self.display_usage(nouns, m, args, out) #pylint: disable=no-member
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be _display_usage

@yugangw-msft yugangw-msft changed the title [114438129]address code analysis errors by pylints [#114438129]address code analysis errors by pylints Feb 29, 2016
yugangw-msft added a commit that referenced this pull request Feb 29, 2016
[#114438129]address code analysis errors by pylints
@yugangw-msft yugangw-msft merged commit dfa95db into Azure:master Feb 29, 2016
# For all codes, run 'pylint --list-msgs' or go to 'http://pylint-messages.wikidot.com/all-codes'
# C0111 Missing docstring
# C0103 Invalid %s name "%s"
# C0303 Trailing whitespace
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will do it in a separate PR to bring it back

@yugangw-msft yugangw-msft deleted the ca branch March 13, 2016 02:37
yugangw-msft added a commit to yugangw-msft/azure-cli that referenced this pull request Sep 22, 2017
yugangw-msft added a commit that referenced this pull request Sep 22, 2017
* Initial support for VM and single zone VMSS (#14)

* wire up the initial zone support work

* add output

* add tests

* disable package verifications

* use a private copy of network sdk with zone support (#15)

* Support for zoned public IP. Make global zone_type and zones_type. (#16)

* Support for zoned public IP. Make global zone_type and zones_type.

* Code review feedback.

* apply api version range on vm zone test (#19)

* show zone in the table output (#20)

* install: support to build out a msi installer from local sources (#17)

* doc:add command examples using availability zones (#21)

* Installer: build debian bundle from a local clone (#28)

* skip a few expeneive travis builds

* test: update tests to work with new azure-mgmt-compute with zone support

* network: support zone in network lb create (#37)

* VNet peering examples. (#51)

* Add BrazilUS and Dogfood cloud config files. (#50)

* undo all changes specifically for private repository

* fix help per review feedback

* fix lint error

* use newer nrp sdk version
DaeunYim pushed a commit to DaeunYim/azure-cli that referenced this pull request Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants