Metadata-Version: 2.0
Name: azure-cli-core
Version: 0.1.1b3
Summary: Microsoft Azure Command-Line Tools Core Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
Author-email: azpycli@microsoft.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: adal (>=0.4.3)
Requires-Dist: applicationinsights
Requires-Dist: argcomplete (>=1.8.0)
Requires-Dist: azure-cli-nspkg
Requires-Dist: azure-mgmt-dns (==0.30.0rc6)
Requires-Dist: azure-mgmt-trafficmanager (==0.30.0rc6)
Requires-Dist: colorama
Requires-Dist: jmespath
Requires-Dist: msrest (>=0.4.0)
Requires-Dist: msrestazure (>=0.4.0)
Requires-Dist: pip
Requires-Dist: pygments
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: tabulate

Microsoft Azure CLI Core Module
==================================


.. :changelog:

Release History
===============

0.1.1b3 (2017-01-30)
^^^^^^^^^^^^^^^^^^^^

* Support Python 3.6.
* Support prompt for confirmations.
* Ensure booleans are lowercase in tsv.
* Handle bom on reading file.
* Catch exceptions whilst trying to check if PyPI module is available.
* Fix TSV output unable to decode non-ascii characters.
* Return empty array '[]' instead of nothing for json output.
* Table alphabetical sort if no query or table transformer set.
* Add user path expansion to file type parameters.
* Print parse errors before usage statement.


0.1.1b2 (2017-01-19)
^^^^^^^^^^^^^^^^^^^^

* Fix argcomplete 'default_completer' error after release of argcomplete 1.8.0.
* [Telemetry] Update instrumentation key for telemetry and use new DataModel.


0.1.1b1 (2017-01-17)
^^^^^^^^^^^^^^^^^^^^

* Improve @file handling logic.
* Telemetry code improvements and readability changes.
* Fix incorrect parsing of argument name when description contains ':'
* Correct endpoints for USGov.


0.1.0b11 (2016-12-12)
^^^^^^^^^^^^^^^^^^^^^

* Preview release.


