Johan Stenberg (MSFT)
ae4ba76bb6
Merge pull request #109 from BurtBiel/commands/CreateVNet
...
Commands/create v net
2016-04-20 14:38:46 -07:00
Burt Bielicki
7fec4b636b
change deployment tag to azurecli
2016-04-20 14:26:56 -07:00
Johan Stenberg (MSFT)
f645230423
Merge pull request #136 from derekbekoe/acquisition-curl-readme
...
Update README on installation with cURL
2016-04-20 14:26:21 -07:00
Johan Stenberg
ecd0f03004
Add vm disk attach/detach + vm get ip addresses convenience function.
...
Also, split vm command module into two files; generated and custom.py
2016-04-20 14:23:59 -07:00
Derek Bekoe
1f2464d6d4
Require build-essential as well
2016-04-20 13:33:46 -07:00
Derek Bekoe
1ad7cb5ab4
Fix formatting
2016-04-20 13:05:00 -07:00
Derek Bekoe
1e6a585681
Update README with instructions on installing with cURL
2016-04-20 13:01:49 -07:00
Johan Stenberg (MSFT)
046321c3c6
Merge pull request #118 from derekbekoe/acquisition-curl
...
Support install of CLI with curl
2016-04-20 11:57:26 -07:00
Burt Bielicki
135aca3361
add location param to aliases
2016-04-20 10:50:13 -07:00
Derek Bekoe
3dc942361c
Remove extension from filename of install script
2016-04-20 10:27:41 -07:00
Burt Bielicki
f0901bdb72
fix typo that broke 2.7
2016-04-20 10:14:00 -07:00
Burt Bielicki
94795e0b6e
enable help tests. Two tests are not enabled and they are tracked by a task and issue
2016-04-20 09:40:48 -07:00
Derek Bekoe
6f798c2053
Merge branch 'master' into acquisition-curl
2016-04-19 17:58:47 -07:00
Derek Bekoe
1e5ce1194f
Use portable version of shebang in bash script & python file changes...
...
- use with statement for opening file
- loop to install the command modules
- convert paths to 'realpaths' to avoid symlinks
2016-04-19 17:45:36 -07:00
Travis Prescott
55158f2478
Merge branch 'master' of https://github.com/tjprescott/azure-cli into FinishOutBlobCommandGroup
2016-04-19 15:54:35 -07:00
Burt Bielicki
6fc258c049
alias help if it is the last argument
2016-04-19 15:51:58 -07:00
Johan Stenberg (MSFT)
3cb006da99
Merge pull request #116 from BurtBiel/help/AzHelp
...
Help/az help
2016-04-19 15:44:19 -07:00
Travis Prescott
889684fd4b
Merge branch 'master' of https://github.com/tjprescott/azure-cli into FinishOutBlobCommandGroup
2016-04-19 15:38:51 -07:00
Travis Prescott
0bc8553218
Code review comments. Fix (hopefully) incompatability with CI. Create TestRunner object to manage raw and display files.
2016-04-19 15:38:13 -07:00
Burt Bielicki
152ca7555b
move from _defaults to kwargs
2016-04-19 15:35:33 -07:00
Burt Bielicki
c0479026b7
switch from docstrings to decorators for help file location
2016-04-19 15:08:08 -07:00
Burt Bielicki
1599375b45
alias az help to az --help
2016-04-19 14:08:45 -07:00
Travis Prescott
71be943a09
Convert almost all individual VCR tests to scenario based tests.
2016-04-19 14:07:08 -07:00
Burt Bielicki
864b289966
correcting package paths
2016-04-19 14:00:44 -07:00
Burt Bielicki
3d11330267
add module paths
2016-04-19 13:25:38 -07:00
Burt Bielicki
ef30802db8
remove extra .copy()
2016-04-19 13:09:12 -07:00
Burt Bielicki
6321bf3c91
compensate for inspect behavior differences between python 2 and 3
2016-04-19 12:56:10 -07:00
Johan Stenberg (MSFT)
28cab5a995
Merge pull request #124 from johanste/returnerror
...
Let errors from _automcommand bubble up to main to make sure that the…
2016-04-19 12:25:34 -07:00
Johan Stenberg
309c0078b3
Let errors from _automcommand bubble up to main to make sure that the command returns an error code on failure
2016-04-19 12:17:52 -07:00
Derek Bekoe
adcdc4ff11
Run pylint on install.py file and fix warnings & CR changes.
...
- bash script now points to nightly build server
- create temp file instead of temp dir
- just run default python
-
2016-04-19 10:20:36 -07:00
Burt Bielicki
e62e44648a
Merge branch 'master'
2016-04-19 09:22:47 -07:00
Burt Bielicki
3ea27e9913
Revert "try removing content version to make storage tests pass"
...
This reverts commit 04fabf2cb9
.
2016-04-19 09:20:11 -07:00
Burt Bielicki
04fabf2cb9
try removing content version to make storage tests pass
2016-04-19 09:15:21 -07:00
Burt Bielicki
10278001d5
add random number for parallel execution
2016-04-19 09:08:07 -07:00
Burt Bielicki
6c6f3c9c2b
updated swagger to set required properties and short names correctly (still doesn't generate, but this should be the correct syntax)
2016-04-19 08:30:20 -07:00
Derek Bekoe
7bca621177
Merge commit '091b08a25f8fe6c543e49e11613d4dd4bee8b3b6' into acquisition-curl
2016-04-18 16:24:56 -07:00
Derek Bekoe
b0df7f9718
Support install of CLI with curl
...
- Use python3 if available
- Support bash for install
- Python 2 support
- Allow user to specify which versions of components to install and if to install from public or private
- Support interactive mode for specifying locations
- Script that installs CLI and all components as well as a dispatcher
2016-04-18 16:24:18 -07:00
Burt Bielicki
ff19a33682
tidy up autocommand var names
2016-04-18 16:21:06 -07:00
Travis Prescott
d4db5dfc52
Merge branch 'master' of https://github.com/tjprescott/azure-cli into FinishOutBlobCommandGroup
2016-04-18 16:15:29 -07:00
Travis Prescott
3aa3d783c1
Complete storage container scenario test. Clean up pylint errors BEFORE committing.
2016-04-18 16:14:49 -07:00
Johan Stenberg (MSFT)
091b08a25f
Merge pull request #110 from BurtBiel/help/Az
...
Intro to CLI
2016-04-18 15:48:39 -07:00
Burt Bielicki
3d101d3eed
code review feedback
2016-04-18 15:46:19 -07:00
Burt Bielicki
8afd0ccf32
use Az instead of Az --help to verify modules load
2016-04-18 15:27:47 -07:00
Burt Bielicki
becd3bc9f4
annotate all modules
2016-04-18 15:24:37 -07:00
Burt Bielicki
085ffd49c3
try declaring new sub-modules
2016-04-18 15:13:31 -07:00
Burt Bielicki
c38ec27449
lint
2016-04-18 14:59:15 -07:00
Burt Bielicki
286bd5f93a
change from argparse actions to format help
2016-04-18 13:30:08 -07:00
Travis Prescott
de92ac6f55
Pylint fixes.
2016-04-18 12:27:18 -07:00
Burt Bielicki
77b8a3fcc7
lint
2016-04-18 12:25:03 -07:00
Burt Bielicki
65d97b61d3
add help description
2016-04-18 12:24:01 -07:00