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

145 Коммитов

Автор SHA1 Сообщение Дата
Willie Xu 4eb0e335a7
'clone root' for consistency (#4845) 2017-11-07 12:41:37 -08:00
Willie Xu 46438ac750 Updated configuring_your_machine doc to not reference scripts by path (#4844) 2017-11-07 10:33:43 -08:00
Derek Bekoe cd96802027
Extensions: support adding by name and list-available (#4788)
* Extensions: support adding by name and list-available

- Update extension publishing readme with new info
- Implement 'az extension list-available'
- Support adding an extension by name
- Define logic for extension update
- Support --index hidden param
- Explicitly only support non platform specific whls
- Add tests

* Minor change
2017-11-01 09:52:27 -07:00
Travis Prescott f0e3e22ac3
Update command authoring guidance (#4784)
* Add table and completer guidance. Update --ids guidance.

* Code review feedback.

* Code review feedback.
2017-10-31 12:21:52 -07:00
Derek Bekoe 964d578c4a
Remove example metadata for extension (#4785) 2017-10-30 15:42:33 -07:00
Willie Xu 53eb065f82 allow arbitrary number of levels for `--ids` (#4704)
* Added new id_part values where they are used in CLI

Implemented multiple levels for --ids in CLI

* use msrestazure resource tools

* updated docs for --ids values

* import msrestazure inside methods for azure.cli.core, removed resource_id test from cli as it is part of msrestazure

* msrestazure.tools
2017-10-26 10:56:46 -07:00
Derek Bekoe 28c6806f17 Change doc to no longer reference 'unreleased' (#4721) 2017-10-19 14:27:43 -07:00
Derek Bekoe af881c5690 Remove +dev from versions (#4684) 2017-10-17 10:51:31 -07:00
Derek Bekoe 5faef38350 Remove GitHub bot code (#4687) 2017-10-17 10:22:07 -07:00
Derek Bekoe bddb6737b2 Remove azure-cli-taskhelp (#4683)
* Remove azure-cli-taskhelp

It's no longer included as part of the CLI and hasn't for several months.

* Now fix CI script

* Fix doc source map
2017-10-16 13:45:03 -07:00
AlexanderYukhanov 448f420a10 BatchAI. Initial drop of azure-cli-batchai. (#4600)
* BatchAI. Initial drop of azure-cli-batchai.

* BatchAI. Getting rid of legacy "learning" term.

The old service name "Batch AI Learning" has been changed to "Batch AI",
so we need to update all environment variables names.

* BatchAI. Added scenario for configless cluster and nfs creation

* BatchAI. Update cluster resize and cluster auto-scale.

After adding payload-flattening-threshold=2, cluster.update signature
changed. Updating affected commands.
2017-10-04 10:44:14 -07:00
Matt Boersma 35f7481a7a Fix paths to scripts in developer doc (#4534) 2017-09-25 11:16:38 -07:00
Travis Prescott 4d3f35a040 Create onboarding_guide.rst (#4494) 2017-09-25 11:13:35 -07:00
Derek Bekoe bfb66691a0 Update 'Modify Change Log' instructions for clarity (#4463) 2017-09-18 14:07:26 -07:00
samedder 29d5ad54ec Removing duplicate `sf` commands that exist in Service Fabric CLI (#4458)
* Removing SF commands

* Removing doc

* Fixing helps
2017-09-18 13:30:41 -07:00
georgechenchao efcc293b21 [Docs CI] Add configurations for mooncake (#4460)
* Add logic for mooncake

* Update the batch file label

* Test for generating xml for all profiles

* Just use profile latest to generate xml files
2017-09-18 11:18:12 -07:00
mhaslett b3ed7be445 Adding draft recovery services module (#3658)
* Adding recovery services module

list container working

refactoring, added methods

list and show item

enable protection (part)

Disable protection just started

Enable and disable protection

Removing recoveryservices (duplicate) module

Including backup command module

Removing unwanted files

Addressing review comments.

* Adding backup tests

Fixed json load from input param

Extend scenario in test

Pylint fixes

cli for backup

cli for backup

Updated rs backup nuget version

* Updating backup help

Took review comments

Pylint changes

Fixed formatting issue in help file

* Implementing flake8 and pylint suggestions for backup

Updated help

Limit every other workload except 'AzureVM' by giving a proper error message

Fixed some bugs

* bugfixes

* Updated test recordings

* Adding Instant File Recovery for Windows VM in backup

Fixing case sensitive bugs

Fixing case sensitive bugs

Fixing bug - found inconsistencies in case of unique name sent by service.

* Implementing File Restore for Linux VMs in backup

urllib python 2 and 3 compatibility

enforcing password in ILR

Help messages and ilr test

ilr

Flake8 passing

Add manifest

table transformers and six.moves.

six.moves changes

Disabling some pylint warnings

item list bug fix

item list bug fix

pylint and flake8 passed

Deleting unwanted files

newline bugfix

Fixing the unicode issue

fixed password bug with linux scripts for ILR

Added table transformers

vault test case recording

Added cleanup in preparers

Removing randomization in dict iteration.

fixing linux script download bug

Adding custom client request header

Adding test recordings

updated policy recording

policy test recording

item test recording

protection test recording

backup restore test recording

backup restore test recording

test restore recording

test rp recording

test job recording

* Using self.assertxx series in backup test

Removing unwanted files

pylint failure fix

Adding wheel.py and setup.cfg files

Adding draft recovery services module

list container working

list and show item

enable protection (part)

Enable and disable protection

Removing recoveryservices (duplicate) module

Including backup command module

Removing unwanted files

Adding test to backup

Fixed json load from input param

Extend scenario in test

cli for backup

Updated help

Fixed some bugs

bugfixes

ilr

Flake8 passing

Add manifest

item list bug fix

Deleting unwanted files

Removing unwanted files

Updating test recordings after sync with upstream

post rebase fixes - all backup tests passing

* post build checks passing

* Fixed parameter names and command tree

* Update version to 'unreleased'

* item --ids

* backup restore test working

* Enable IDs.

* policy and items tests passing --ids change

* protection named params change - protection test passing + pylint and flake8

* job named params change - pylint and flake8 passing

* rp named params change. pylint and flake8 passing.

* restore param names change. flake8 and pylint passed.

* Fixing bugs in restore and recoverypoint

* fixing item test bug

* container and policy tests passing.

* test bug fix + recordings

* backup restore and rp test recordings

* fix bug in restore test + pylint and flake8 passing.

* disabling --ids

* Table formatting for job and rp

* restore test recording

* Enhancements to user experience: added warning and help text in job and JSON related commands.

* Changes:
1. Ignored container_type and item_type
2. VM and Storage Account - Name or ID
3. restore-disks and restore-files
2017-09-15 14:06:29 -07:00
Derek Bekoe b855696857 Minor extension fix: Use CLI Core version instead (#4405)
* Can't get CLI version so use core version

* Fix tests

* Fix tests for realz
2017-09-08 14:37:29 -07:00
Derek Bekoe 8cfae0c561 Add extension feature (#4167)
* Add extension feature

- deprecate ‘az component’ message
- add tests
- add documentation

* Fix extra comma in setup.py file

* Add version checking for extensions (with tests)

* Address code review feedback

* Address code review comments and add back in license.

* Address more code review feedback

* Remove confirm param

* Print warning messages on extension commands and help

* Remove EXT_TYPE constant and just have 'whl' twice

* Show appropriate message if unable to get extension name.

* Centralize warning message

* Only get the first part of the module path to get the module name

* Print extension directory in 'az --version'

* Add logging to show extension directory in debug
2017-09-08 11:30:02 -07:00
QingChenmsft 8d24b5a405 sf ARM cli (#4132)
* service fabric arm cli

* fix
2017-08-28 10:49:18 -07:00
georgechenchao bacaf80c2c [Docs CI] Fix the bug in the batch file make.bat for generating xml files with different profiles (#4290) 2017-08-24 11:06:16 -07:00
Matt Boersma 1fd2fa60c0 [Docs] update developer commands for running linters and tests (#4293)
Thanks for the contribution!
2017-08-22 12:47:41 -07:00
georgechenchao efae17db52 [Docs CI] Fix the command group duplication error (#4219) 2017-08-15 08:28:56 -07:00
georgechenchao f84451e4ae Update CI for Azure CLI (#4198)
* Update CI for Azure CLI

* Fix the command sequence error when generating ind.xml file

* Fix the new line warning

* Fix the new line warning
2017-08-14 13:41:38 -07:00
Derek Bekoe 1d67790540 Update docs for example module (#4196) 2017-08-11 09:45:47 -07:00
J. Kalyana Sundaram 4f6eb33c6d Azure EventGrid CLI (#4190)
* First version of Azure EventGrid CLI

* Added azure_bdist_wheel.py, setup.cfg, and manifest.in files.

* Added license headers in 34 files, updated an example in the help file to include additional info.

* Aliased --is-subject-case-sensitive to --subject-case-sensitive.
2017-08-10 14:22:41 -07:00
Chen b3c613ff92 Fix container module readme style (#4088) 2017-07-27 17:12:49 -07:00
Derek Bekoe ebe252c72c Ref. docs: Skip invalid commands when generating help (#3957) 2017-07-05 10:14:59 -07:00
Matt Boersma cc633fb888 Fix path to tab-completion script in developer docs (#3908) 2017-06-28 11:21:23 -07:00
Troy Dai 3a74c95462
Replace dependencies of LiveTest with LiveScenarioTest
After moving to the devtools, the original LiveTest stop working because
of the missing cmd function. The newly created LiveScenarioTest will
take over its place. The LiveTest will be eventually removed from the
devtools package since the live_only decorator is sufficent.
2017-06-21 22:52:54 -07:00
Derek Bekoe 0ffb6b2c62 📝 Add profile authoring to help system docs (#3777) 2017-06-19 20:29:01 -07:00
Ian McCowan ce2cb0e0b8 📝 Update document of scenario base tests (#3753) 2017-06-19 10:34:33 -07:00
Troy Dai cdad00772f
Update const values in testsdk 2017-06-17 19:56:40 -07:00
Troy Dai ec9f58a902 Update document: recording_vcr_tests.md (#3652) 2017-06-12 07:25:19 -07:00
Suhail Dawood 286191cee7 Fix path for virtual environment activation (#3642) 2017-06-09 10:00:59 -07:00
Panda Wang 40c111b3da CLI commands for azure billing and consumption (#3402) 2017-05-25 14:03:24 -07:00
Derek Bekoe c8de8e1065 Fix doc source map and add CI task to verify (#3361) 2017-05-17 10:52:53 -07:00
Derek Bekoe 85d95913a0 Remove references to CLI being in preview (#3273) 2017-05-09 12:03:04 -07:00
Mohammad Derakhshani e587f23906 [DocDB] Package rename (#3267)
* folder restructured

 * azure-cli-documentdb/azure/cli/command_modules/documentdb changed to
   azure-cli-cosmosdb/azure/cli/command_modules/cosmosdb/

* documentdb renamed

* documentdb blacklisted, rename added

* review comments addressed

* pylint fixed, help fixed

* doc_source_map updated

* fixed a style issue

* fixed test
2017-05-09 09:57:02 -07:00
Derek Bekoe 3e18e4a3df Add link to blog in ‘az interactive —help’ (#3252) 2017-05-08 15:31:00 -07:00
Sarthak Narang 890155527a Removing az container module (#3156)
* Removing az container module

* Reverting formatting change.
2017-05-03 15:38:27 -07:00
Qinen.Zhu 35ddb1d088 Fix typo with ref doc generation script (#2930) 2017-04-19 18:29:48 -07:00
Qinen.Zhu 04d0dbd634 Fix build error (#2916) 2017-04-19 08:37:31 -07:00
Payam Hekmat 92ffc68528 Fix Markdown formatting in a couple of doc files (#2822)
* Fix markdown formatting in `configuring_your_machine.md`

* Fix markdown formatting in `recording_vcr_tests`
2017-04-11 09:54:33 -07:00
Derek Bekoe 8dda58ca3c Add clearer guidelines on modifying changelog (#2739)
* Add clearer guidelines on modifying changelog

* A few smaller changes

* another small format change

* Code review changes
2017-04-05 11:54:22 -07:00
Derek Bekoe 0522acaefe Fix doc references to azure.cli.commands (#2740)
* Fix doc references to azure.cli.commands

This module has moved to azure.cli.core.commands

* Fix PyLint
2017-04-05 11:53:42 -07:00
Derek Bekoe ec2149e88b Update test docs for running individual test and all tests in mod (#2763)
* Update test docs for running individual test and all tests in mod

* Made feedback changes
2017-04-04 16:45:38 -07:00
Troy Dai 458176df90 Add scenario tests documentation (#2555) 2017-03-20 09:17:17 -07:00
Derek Bekoe 6de1d03603 Update example command module template (#2501)
* Update example command module template

Now, it can be installed directly and works with latest code in master.
‘pip install -e .’

* Address code review feedback
2017-03-15 11:28:30 -07:00
Travis Prescott d614a1a734 Update module authoring readme. (#2043)
Based on user feedback, added links to supporting documentation necessary for authoring command modules (the actual commands themselves, help and tests)
2017-02-10 16:05:30 -08:00