forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Account] account alias create: Add --reseller-id (Azure#2540)
- Loading branch information
1 parent
7bfc53d
commit 0003f94
Showing
9 changed files
with
1,166 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,245 changes: 1,114 additions & 131 deletions
1,245
src/account/azext_account/tests/latest/recordings/test_account.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
[bdist_wheel] | ||
universal=1 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
# TODO: Confirm this is the right version number you want and it matches your | ||
# HISTORY.rst entry. | ||
VERSION = '0.2.0' | ||
VERSION = '0.2.1' | ||
|
||
# The full list of classifiers is available at | ||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers | ||
|
@@ -47,8 +47,7 @@ | |
# TODO: Update author and email, if applicable | ||
author='Microsoft Corporation', | ||
author_email='[email protected]', | ||
# TODO: consider pointing directly to your source code instead of the generic repo | ||
url='https://github.com/Azure/azure-cli-extensions', | ||
url='https://github.com/Azure/azure-cli-extensions/tree/master/src/account', | ||
long_description=README + '\n\n' + HISTORY, | ||
license='MIT', | ||
classifiers=CLASSIFIERS, | ||
|