* apim module init
* apim module scaffolding
* updating requirements and setup to incorporate dependency on API Management SDK
* update commands
* reverting merge conflicts
* az apim list
* custom show command stub
* az apim list table formatter
* Update _format.py
* basic implementation of az apim create
* az apim api list
* Update custom.py
* az apim update
* az apim operation stubs
* support for delete
* merging changes
* fixing help, cleaning up commands
* updating apim help to be inline with current standards of other modules.
* delete command support
* delete command help
* apim cf updates
* update help and formatting
* adding apim resource type and stubbing out update
* Update _help.py
* adding vnet type and managed identity support to apim
* apim: adding location to net update command
* apim update implementation
* Core scenario tests
* Update test_apim_scenario.py
* Update test_apim_scenario.py
* Update test_apim_scenario.py
az apim update test
* Update test_apim_scenario.py
fix location list
* removing apim api subcommands
* fixing sku consumption with null capacity and defaulting network type to none
* enable client cert to None for Consumption.
* Update test_apim_scenario.py
* core scenario test recording
* removing superfluous validator
* fixing style and linting in apim
* apim help and params short option fix
* apim lic. header fix
* apim help verify fix
* minor fixes
* Update Batch CLI for latest REST API
* Fix flake8
* Update version number
* Remove os upgrade from help text
* minor fixes
* Update test recordings
* Update code ownership
* Update version to version-name
* update validator
* removing warnings for cloudshell proxy
* updating code owners for the container modules
* Updating how env var is accessed
* fixing formatting error in string message
* removing unused import
* EventHubs CLI cmdlets
* removed Encoding param a it has a default value
* review comments
* updated history with version
* --ids should not displayed for list commands fix
* updated list commands
* review updates and recordings
* extension suppression code and recordings
* lint fixes
* update - support for Name or ARM Id for storageAccount in EH creation/update
* removed default for sku in update cmd
* consumergroup list no ids fix and help text
* validator fix
* review comments updated
* Consumer-Group test recording
* lint fixes
* review comments
* Servicebus on board
* Module Loading Performance fix
* review comments upodated
* updated history file with version
* review comments, extension supperssion code and recordings
* lint fixes
* updates- support name or ID for GEO DR patner_namespace
* removed default for sku in update
* review updates and help text fixes
* help fixes, capacity validator and recordings
* review comments and recordings
* sp reset-credentials from dev
* rebase polish rbac error message
* rebase role assignment list: show default assignments for classic administrators
* Modified AzureUSGov Endpoint to .US (#4877)
* Modified AzureUSGov Endpoint to .US
* Updated History.RST to include USGovAADEndPoint Change
* Updated Setup.py to match HISTORY.RST
* Reduced previous change in HISTORY.RST to a single line
* HISTORY.rst merge with latest commit
* HISTORY.RST Syntax Correction
* webapp/functionapp: ensure list/show display correct set of apps (#4891)
* Fix authoring doc typo (#4903)
* Changing CLI for azure-consumption reflecting the new api-version (#4900)
* Changing CLI for azure-consumption reflecting the new api-version
* Modifying Setup.py and history.rst
* Implementing review comments
* Rebase remove component module
* [acr] typo fix in help (#4904)
* [acr] typo fix in help
* [acr] bump version and add history line item
* Rebase of support raw format on resource show
* Web: add node appsetting when runtime is not specified (#4907)
* webapp: fix a bug in the cert name generation (#4909)
* Fix container module default ports (#4950)
* fix default ports
* bump up version
* update history
* Advisor command module (#4898)
* Initial change to add Advisor module.
* Add list recommendations command.
* More commands.
* More commands.
* Pylint fixes and adding a test.
* More updates.
* More updates.
* Fixing precheck errors.
* Fixing more precheck errors.
* Initial change to add Advisor module.
* Add list recommendations command.
* More commands.
* More commands.
* Pylint fixes and adding a test.
* More updates.
* More updates.
* Fixing precheck errors.
* Fixing more precheck errors.
* Adding missing manifest.
* Fixes for test failures.
* Addressing review comments and add unit tests.
* More fixes.
* Address CI failures.
* Extra space.
* One more fix.
* rebase sql usage commands.
* Add advisor to default install (#4956)
* Add consumption module to code owners (#4906)
* Added sql server conn-policy show/update commands (#4888)
* Update proj file
* 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.