Metadata-Version: 1.1
Name: azure-cli-core
Version: 2.0.1
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
Description: Microsoft Azure CLI Core Module
        ==================================
        
        
        .. :changelog:
        
        Release History
        ===============
        
        2.0.1 (2017-03-13)
        ^^^^^^^^^^^^^^^^^^
        
        * Support setting default values for common arguments like default resource group, default web, default vm
        * Fix resource_id parsing to accept 'resourcegroups'
        * Mitigate AI SDK's problem with numeric in properties
        * Fix KeyError: 'environmentName' on 'az account list'
        * Support login to specific tenant
        
        2.0.0 (2017-02-27)
        ^^^^^^^^^^^^^^^^^^
        
        * GA release
        
        
        0.1.2rc2 (2017-02-22)
        ^^^^^^^^^^^^^^^^^^^^^
        
        * Telemetry: Generate unique event ID for each exception.
        * Show privacy statement on first invocation of ‘az’ command.
        
        
        0.1.2rc1 (2017-02-17)
        ^^^^^^^^^^^^^^^^^^^^^
        
        * Show commands return empty string with exit code 0 for 404 responses
        * Fix: Ensure known clouds are always in cloud config
        * Handle cloud switching in more user friendly way + remove context
        * Add support for prompts for yes / no with -y option
        * Remove list output
        
        
        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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
