Derek Bekoe
8634771702
Don't rely on other pypi server.
2016-04-11 15:03:18 -07:00
Derek Bekoe
b2c75fd319
Merge branch 'acquisition-pip' into acquisition-pip-updates-explicit
...
# Conflicts:
# setup.py
# src/command_modules/azure-cli-component/azure/cli/command_modules/component/__init__.py
2016-04-06 10:22:49 -07:00
Derek Bekoe
06b4bbbe72
Merge branch 'master' into acquisition-pip
...
# Conflicts:
# setup.py
# src/azure/cli/tests/test_commands.py
# src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/account.py
# src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/login.py
2016-04-06 10:12:47 -07:00
Yugang Wang
5d718e6cda
Support login with live-id and creds sharing with azure-xplat-cli
2016-04-06 09:52:06 -07:00
Derek Bekoe
af8145cd2f
Merge branch 'acquisition-pip' into acquisition-pip-updates
...
# Conflicts:
# setup.py
# src/azure/cli/__init__.py
# src/azure/cli/main.py
# src/command_modules/azure-cli-components/azure/cli/command_modules/components/__init__.py
# src/command_modules/azure-cli-components/setup.py
2016-04-04 13:45:54 -07:00
Derek Bekoe
0e2064c178
Merge branch 'master' into acquisition-pip
...
# Conflicts:
# .travis.yml
# setup.py
# src/azure/cli/commands/__init__.py
# src/command_modules/azure-cli-network/azure/cli/command_modules/network/__init__.py
# src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/account.py
# src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/login.py
# src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/logout.py
# src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/__init__.py
# src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/__init__.py
# src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/tests/command_specs.py
# src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/tests/recordings/test_storage_account_usage.yaml
# src/command_modules/azure-cli-taskhelp/azure/cli/command_modules/taskhelp/__init__.py
# src/command_modules/azure-cli-vm/azure/cli/command_modules/vm/__init__.py
2016-04-04 10:34:35 -07:00
Derek Bekoe
e5500af256
Move update checking logic to be part of azure.cli
2016-03-29 16:37:08 -07:00
Johan Stenberg
9b1199b8db
Merge from upstream (mainly help conflicts)
2016-03-28 15:00:18 -07:00
Derek Bekoe
1269f98f93
Merge branch 'master' into acquisition-pip
...
# Conflicts:
# src/azure/cli/commands/__init__.py
2016-03-28 14:12:27 -07:00
Johan Stenberg (MSFT)
adca058218
Merge pull request #76 from BurtBiel/help/HelpDocGen
...
Help/help doc gen
2016-03-28 13:46:37 -07:00
Johan Stenberg
e4106b8707
- Removed now defunct 'unexpected parameters' parameter for all command handlers
...
- Fixed up storage account/key/connection string parameter combinations where they were accidentally set to always be required when they in fact are part of mutually exclusive parameter sets. We need to handle this better in the future
- Renamed 'options' to 'arguments' in our command table.
- Fixed up resource group alias (from --rg to -g)
- Refactored application/session/configuration/command loading. The command package is now responsible for loading submodules. Renamed session to configuration and made it responsible for knowing what hints to give to the command modules in order to load the right set of modules. Moved event registreation and raising from what was previously the session object to the application object.
- Moved transforming of returned SDK objects from Output to the Application module and made output only responsible for figuring out which formatter to use
2016-03-25 19:46:04 -07:00
Derek Bekoe
c0517f8c79
Update comment: Point to a specific tag that is stable for the adal dev work.
2016-03-25 15:08:16 -07:00
Derek Bekoe
eff520c6c9
Create all component packages
2016-03-25 14:58:49 -07:00
Burt Bielicki
dd77d3f732
merge master
2016-03-25 10:55:14 -07:00
yugangw-msft
6beafeccf4
support login using aad device flow
2016-03-18 19:45:37 -07:00
Burt Bielicki
0a565a1899
merge master
2016-03-17 16:03:23 -07:00
Johan Stenberg
3d03e41f8c
Updated per code review feedback
2016-03-16 13:41:42 -07:00
Burt Bielicki
0a31bbadb2
add pyyaml to requirements.txt
2016-03-16 07:04:37 -07:00
Johan Stenberg
f27e19f7c8
Merge branch 'master' into eventdispatch
2016-03-15 18:03:16 -07:00
Johan Stenberg
53518fbae5
Initial event dispatcher prototype
2016-03-11 17:18:58 -08:00
Burt Bielicki
fb0549cda9
alphabetize requirements.txt
2016-03-11 13:52:00 -08:00
Burt Bielicki
69b9b9766f
merge master, undo perf timer changes
2016-03-10 10:38:42 -08:00
Derek Bekoe
eee10d7760
Merge branch 'master' into command-level-tests
...
# Conflicts:
# src/azure/cli/main.py
2016-03-07 16:44:10 -08:00
Derek Bekoe
7b0514fb4c
Test specs self-register their test specs now
...
---
Also:
Dict for test specs instead of array
Add readme
Add dependencies to requirements.txt
2016-03-04 18:07:05 -08:00
yugangw-msft
e1d27cae2c
use azure sdk rc1
2016-03-04 14:16:08 -08:00
Burt Bielicki
2fe0bd8027
added missing = sign
2016-03-03 15:42:05 -08:00
Burt Bielicki
79b9830f86
Initial telemetry hookup (works on wire, not working server-side)
2016-03-03 10:17:34 -08:00
Derek Bekoe
2fc6d50d1c
Merge branch 'master' into pip-requirements
...
Moved the pylint requirement to the requirements.txt file
# Conflicts:
# .travis.yml
2016-03-02 10:23:33 -08:00
Derek Bekoe
6fd173d0c4
Add requirements.txt for easy pip installs & Instead of specifying requirements in travis, we use the requirements.txt file
2016-02-29 10:44:04 -08:00