* Update command modules to show in az help only in latest profile
* Fixing indentation issues
* Remove white space
* Update logic to supported_api_version
* [IOT] Fix for iot hub policy delete, deleting all policies.
Iot hub policy delete was still deleting all policies rather
than the specified policy.
Observing the policies once seems to release the resources,
setting the desired policy list to empty [].
The fix was to pass a deepcopy of the original policy list into
_is_policy_existed to not prematurely observe the original policies.
* Added new rest recording file.
* Update to history and setup.py based on feedback.
* Changes based on feedback.
* prevent further interactive shells in interactive mode
* refactored code to remove use of global variable and added new interactive toggle to Application.session
* modified print to stderr and changed toggle name
* fixed naming in main() as well
* Add command skeletons and help descriptions.
* Add NetworkACL support to storage account create/update.
* Tentative rename.
* Draft implementation of storage commands.
* Fix up commands and tests.
* Add storage command scenario tests.
* Remove VNET as a valid type for network rule.
* Re-record tests for API version 2017-08-01
* Update imports.
* Re-record compute tests.
* More re-records...
* use spinner for add_role_assignment operation
* add spinner for build_service_principal
* HISTORY.rst
* use progress bar instead of spinner
* return False when service_principal creation failed
* add sleep to allow role assignment propagate
* use get_progress_controller
* scoped variable change to lower case
* Simplified registry user/pass rules for command.
* Fixed password prompt for user even after passing in the
param.
* Supports Null/None registry_cred.
* Incremented history + version.
* format default dns_name_prefix in a way not breaking dns name rules
* add a help message for dns_name_prefix
* fix History.rst
* minor fix
* refactor and add test
* 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.