azdev/mod_templates/setup.py (4 lines): - line 17: # TODO: Confirm this is the right version number you want and it matches your - line 35: # TODO: Add any additional SDK dependencies here - line 49: # TODO: Update author and email, if applicable - line 52: # TODO: change to your extension source code repo if the code will not be put in azure-cli-extensions repo azdev/operations/pypi.py (2 lines): - line 35: # TODO: Does not work with extensions - line 115: # TODO: Checks for syntax errors but potentially not other things azdev/mod_templates/custom.py (2 lines): - line 10: raise CLIError('TODO: Implement `{{ name }} create`') - line 14: raise CLIError('TODO: Implement `{{ name }} list`') azdev/operations/extensions/__init__.py (2 lines): - line 242: # TODO: extend to consider other options - line 252: # TODO: Update this! azdev/completer.py (2 lines): - line 8: # TODO: import from Knack once it is moved - line 24: # TODO: return the list of keys from the index azdev/operations/help/refdoc/extension_docs/helpgen.py (1 line): - line 37: # TODO: move this into core azdev/operations/help/__init__.py (1 line): - line 168: # TODO: this shouldn't define the env key, but should reference it from a central place in the cli repo. azdev/operations/cmdcov/cmdcov.py (1 line): - line 137: # TODO support linter_exclusions.yml azdev/mod_templates/_client_factory.py (1 line): - line 13: # TODO: Replace CONTOSO with the appropriate label and uncomment azdev/commands.py (1 line): - line 21: # TODO: enhance with tox support azdev/operations/linter/__init__.py (1 line): - line 177: # TODO: support severity for pylint rules azdev/operations/code_gen.py (1 line): - line 258: dependencies.append('# TODO: azure-mgmt-==') azdev/mod_templates/commands.py (1 line): - line 17: # TODO: Add command type here