Граф коммитов

1051 Коммитов

Автор SHA1 Сообщение Дата
Johan Stenberg (MSFT) 83d1866cb8 Merge pull request #158 from derekbekoe/feature-prompt-default-option
Capitalize y/n when prompting user for response
2016-04-27 11:34:04 -07:00
Burt Bielicki cfb2e647bf working vm create with existing storage account 2016-04-27 09:34:36 -07:00
Johan Stenberg 62fda0a491 PyLint (line too long) 2016-04-26 17:42:54 -07:00
Johan Stenberg c355722221 Update broken merge for project file 2016-04-26 17:38:15 -07:00
Johan Stenberg fff6ace379 Merge branch 'resource_list' of https://github.com/johanste/azure-cli into resource_list 2016-04-26 17:36:20 -07:00
Johan Stenberg 76f0a486e6 Update test 2016-04-26 17:35:58 -07:00
Johan Stenberg 7d80fb8f1f Added tests, fixed broken filter when missing tags argument 2016-04-26 17:35:58 -07:00
Johan Stenberg 0cd0f7243e Revert capabilities to specify multiple tags since the server doesn't support that :( 2016-04-26 17:33:28 -07:00
Johan Stenberg a7123e58bf Break out odata filter generation for resource list command to allow for unit testing. Also fixed misspelled argument. 2016-04-26 17:33:28 -07:00
Johan Stenberg 42621dcf09 az resource list command with filter capabilities 2016-04-26 17:33:28 -07:00
Johan Stenberg e009814fcc Update test 2016-04-26 17:32:47 -07:00
Burt Bielicki d964613e02 cleanup, variables, etc. 2016-04-26 15:27:53 -07:00
Johan Stenberg 89e3dd905a Added tests, fixed broken filter when missing tags argument 2016-04-26 14:19:07 -07:00
Burt Bielicki ec80258043 fix templates 2016-04-26 14:05:21 -07:00
Johan Stenberg (MSFT) ba8fb3b3bb Merge pull request #161 from tjprescott/CustomVMListCommand
Custom "vm list" command
2016-04-26 13:50:17 -07:00
Travis Prescott 803e77ad83 Code review fix. 2016-04-26 13:02:14 -07:00
Travis Prescott 352c03c866 Remove unused import. 2016-04-26 12:20:16 -07:00
Travis Prescott a53bc00eea Merge branch 'UploadBlobCommand' of https://github.com/tjprescott/azure-cli into VCRTestLRO
# Conflicts:
#	src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/tests/recordings/expected_results.res
#	src/command_modules/azure-cli-storage/azure/cli/command_modules/storage/tests/recordings/test_storage_blob.yaml
2016-04-26 12:16:03 -07:00
Travis Prescott 0fbb74b5aa Remove unused imports. 2016-04-26 12:09:22 -07:00
Travis Prescott 5812123fa0 Remove temp file create from upload page blob. 2016-04-26 12:07:01 -07:00
Travis Prescott fe094c8623 Code review fixes. 2016-04-26 11:44:11 -07:00
Travis Prescott dfae5338b6 Merge branch 'master' of https://github.com/tjprescott/azure-cli into UploadBlobCommand 2016-04-26 11:34:30 -07:00
Travis Prescott 0833fc72e0 Merge branch 'master' of https://github.com/tjprescott/azure-cli into CustomVMListCommand 2016-04-26 11:34:10 -07:00
Travis Prescott 8b413c3bc8 Merge branch 'UploadBlobCommand' of https://github.com/tjprescott/azure-cli into VCRTestLRO 2016-04-26 11:31:33 -07:00
Yugang Wang fbfc482c2b use latest adal library (#162) 2016-04-26 10:56:38 -07:00
Travis Prescott 6b5ec97019 Compatability fixed for Python 2 and 3. Ensure lease breaking operations are not truncated. 2016-04-26 10:52:45 -07:00
Travis Prescott 7883fd9f4e Fix code review comments. 2016-04-26 10:08:52 -07:00
Travis Prescott 3940216221 Make Pylint happy again. 2016-04-26 09:51:02 -07:00
Travis Prescott 2b03f7a769 Combine list and list-all VM commands. 2016-04-26 09:47:28 -07:00
Burt Bielicki 7039e0af0b cleanup + troubleshooting optional storage account (broken) 2016-04-26 09:18:03 -07:00
Travis Prescott 2a7db5c0d5 Testing LRO truncation. 2016-04-26 09:01:49 -07:00
Travis Prescott 244f020776 Successful tests prior to time compressing. 2016-04-26 08:38:27 -07:00
Travis Prescott 84b5ea3d3e Testing LRO truncation operation. 2016-04-25 16:31:13 -07:00
Travis Prescott 9faeda452a Code review fixes. 2016-04-25 13:15:05 -07:00
Derek Bekoe 204ccc8de5 Support creating a new rc file instead of assuming one already exists
Catch FileNotFoundError when attempting to backup the rc file or searching through it.
2016-04-25 10:35:55 -07:00
Derek Bekoe 6998983747 Remove unused function 2016-04-25 10:19:06 -07:00
Travis Prescott 5eecd42f6f Finish up blob upload command and testing. 2016-04-25 10:17:54 -07:00
Derek Bekoe 168e977847 When prompting the user for a y/n response, we should indicate the default option by capitalizing it. 2016-04-25 10:08:26 -07:00
Travis Prescott 1355eec98f Fix page blob so that it will upload. 2016-04-22 17:11:17 -07:00
Travis Prescott 616be8f312 Merge branch 'master' of https://github.com/tjprescott/azure-cli into UploadBlobCommand 2016-04-22 16:11:41 -07:00
Travis Prescott 71b9d3cfb3 Finish scenario testing of newly exposed file and blob service autocommands. Slight command reorganization. 2016-04-22 16:11:02 -07:00
Burt Bielicki 5968155284 add IP Addresses to output 2016-04-22 15:33:19 -07:00
Burt Bielicki 2f5c166ea7 make location an optional parameter 2016-04-22 14:52:54 -07:00
Johan Stenberg (MSFT) 76298c4830 Merge pull request #157 from derekbekoe/curl-tab-complete
Curl tab complete support
2016-04-22 14:52:05 -07:00
Derek Bekoe cb4dd35c13 Support tab completion with shell script method
- User can only specify bin directory and not the name of az
- support python 2 & move completion script
2016-04-22 14:26:34 -07:00
Burt Bielicki ed72c01fa4 reorder imports 2016-04-22 13:39:47 -07:00
Johan Stenberg (MSFT) aa02c945aa Merge pull request #143 from johanste/tsvfixes
Avoid adding extra newlines to tsv output format
2016-04-22 13:37:46 -07:00
Burt Bielicki 8827662659 change back to only az help being aliased 2016-04-22 13:35:02 -07:00
Burt Bielicki fa976e1bb4 remove ip-address field 2016-04-22 13:34:07 -07:00
Travis Prescott e8e786be6f Add option_set decorator. Update tests to use account SAS. 2016-04-22 12:41:11 -07:00