* Re-enable Autoscale recorded tests. Re-record tests.
* Update recordings.
* Re-re-record tests.
* Re-re-re-record tests. This is getting so fun.
* Convert timezone command to Live test.
* improved completer responsiveness upon command table load
* history and version bump
* mock create_interface()
* delay create_interface and remove refresh_cli flag
* close file descriptor
* first commit of knack
* added commands and helps
* update parms for dps
* add dps commands implementations
* update command show to get
* updated resource id and tests
* update dps location for test
* update history log
* update history log
* update a few verbs and pyproj file
* update help string and run check style
* update sdk
* check style update
* relax test check
* update test to be more efficient
* update yaml recording based on the new tests
* update test yaml
* update histroy and convert to live tests only
* DataLake conversion.
* Re-enable most modules for static checks.
* Fix up linter issues with RDBMS and VM modules.
* Updates for latest pylint and stuff. :/
* Updates for latest pylint and stuff. :/
* Code review feedback.
* Adds support for X.509 Certificates in IoT Hub.
* Modifies release notes and changes help link.
* Cleans up .gitignore, and HISTORY.rst. Passes a single factory in commands.py. Moves test utilities. Adds a file completer.
* Updates style after rebase based on additional linter restrictions.
* Initial commit for policy set definition commands
* Add sku, policysetdefinition to policy assignment create
* move policy set definition under api check
* Address some feedback
* Add notScopes to assignment create, new record for existing test to ensure no regression
* Fix not scopes issues
* fix pylint issue
* Check for free sku in policy assignment
* Add checks for not scopes
* Add policy set tests
* Fix policy record
* Fix pylint
* nits
* Fix CI issue
* Fix error message format
* fix check style issue
* 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.
* Add SDK, models and operations to setup.py
* Updated history to account for this change.
* Take dependency on 0.2.0 version of the azure-mgmt-eventgrid Python SDK package.
* Updated History to include the notes for the current release.
* Regenerated the test recordings based on the latest code.
* Fixed the linter errors.
* Fixed a typo in the examples in the help file.
* 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
* 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.
* Implemented sql show-capabilities command
* Separate filter and search argument groups
* Beginning support for elastic pool capabilities
* Fixed errors loading sdk operations
* Design change: prune based on depth
* Added capabilities help and examples
* More capabilities help
* Add test stub and fix lint errors
* Added first verification
* Fixed prune by depth logic
* Split up db and pool capabilities
* Added show param to db capabilities
* Pool capability params
* Case insensitive comparison
* Hide with empty instead of deleting
* Initial tests for capabilities
* Help for new db/pool capabilities commands
* Fix style
* details -> detail (better?) and documented dtu param
* Fixed test failures
* Fixed style-related feedback
* Removed VS upgrade log
* Removed 'is not None' per feedback
* Reverted parameters.py change
* Finished capabilities testing
* Add storage/max-size alias to elastic-pool create
* `is None` -> `not`
* FIxed indentation
* `--show-details`/`-d` to harmonize with `az vm show`
* Add Search arg group for pool capabilities
* Fixed style errors
* Simplify list comprehension with truthiness
* Renamed to list-editions; removed enum check on edition/slo args
* Fixed wonky help text
* Fixed pylint
* Added comments regarding elastic-pool param names
* Fixed testsdk style error
* Added history.rst entry for list-editions commands
* Fixed syntax error on python 2
* Progress on new alert rules.
* Fix alert rules client.
* Alternate alert rule create.
* Progress.
* Add mechanism to support resource name components or ID.
* Continue work
* Alert rule progress.
* Finish up work on alert update.
* Tests and tweaks.
* Code review feedback.
* Add custom exception handler to fix#3334.