Microsoft Azure Command-Line Tools Core Module
Project description
Microsoft Azure CLI Core Module
==================================
.. :changelog:
Release History
===============
2.0.9 (2017-06-14)
^^^^^^^^^^^^^^^^^^
* use arm endpoint from the current cloud to create subscription client
2.0.8 (2017-06-13)
^^^^^^^^^^^^^^^^^^
* Remove useless line-too-long suppression
* Fix unsubscriptable-object pylint disable rules
* Improve concurrent handling of clouds.config file (#3636)
* Remove dead code and updates for ignore_tye (#3659)
* Refresh client request id for each command execution.
* core: Create subscription clients with right SDK profile (#3635)
* Fix various pylint disable rules
* Progress Reporting for template deployments (#3510)
* Eliminating too-many-arguments pylint disable rule (#3583)
* output: add support for picking table output fields through jmespath query (#3581)
* Improves the muting of parse args + appends history with gestures (#3434)
* Create subscription clients with right SDK profile
* Fix method-hidden pylint disable rule
* Move all existing recording files to latest folder
* Remove dead code from experimental module
* Improve concurrent handling of clouds.config file.
* Remove various pylint disable statements
* [VM/VMSS] Fix idempotency for VM/VMSS create (#3586)
* Remove too-many-nested-blocks (#3469) (#3469)
2.0.7 (2017-05-30)
^^^^^^^^^^^^^^^^^^
* Command paths are no longer case sensitive.
* Certain boolean-type parameters are no longer case sensitive.
* Support login to ADFS on prem server like Azure Stack
* Fix concurrent writes to clouds.config (#3255)
2.0.6 (2017-05-09)
^^^^^^^^^^^^^^^^^^
* RP Auto-Reg: capture missing subscription registration error on LRO (#3268)
2.0.5 (2017-05-05)
^^^^^^^^^^^^^^^^^^
* core: capture exceptions caused by unregistered provider and auto-register it
* login: avoid the bad exception when the user account has no subscription and no tenants
* perf: persist adal token cache in memory till process exits (#2603)
2.0.4 (2017-04-28)
^^^^^^^^^^^^^^^^^^
* Fix bytes returned from hex fingerprint -o tsv (#3053)
* Enhanced Key Vault Certificate Download and AAD SP Integration (#3003)
* Add Python location to ‘az —version’ (#2986)
* login: support login when there are no subscriptions (#2929)
2.0.3 (2017-04-17)
^^^^^^^^^^^^^^^^^^
*core: fix a failure when login using a service principal twice (#2800)
*core: Allow file path of accessTokens.json to be configurable through an env var(#2605)
*core: Allow configured defaults to apply on optional args(#2703)
*core: Improved performance
*core: Support for multiple API versions
*core: Custom CA Certs - Support setting REQUESTS_CA_BUNDLE environment variable
*core: Cloud configuration - use 'resource manager' endpoint if 'management' endpoint not set
2.0.2 (2017-04-03)
^^^^^^^^^^^^^^^^^^
* Avoid loading azure.storage simply to getting an internal string to be used in exceptional cases when trying to instantiate a storage data plane client. (#2673)
* [KeyVault] KeyVault create fix (#2648)
* Azure DevTest Lab command module in CLI (#2631)
* Allow = in generic update values. (#2638)
* Allowing command module authors to inject formatter class. (#2622)
* Login: skip erroneous tenant (#2634)
* Removed duplicate sql utils code (#2629)
* Refactoring SDK reflaction utils into core.sdk (#2599)
* Add blank line after each example. (#2574)
* login: set default subscription to one with the state of "Enabled" (#2575)
* Add wait commands and --no-wait support (#2524)
* choice list outside of named arguments (#2521)
* core: support login using service principal with a cert (#2457)
* Revert "get choices for completion (#2476)" (#2516)
* Add prompting for missing template parameters. (#2364)
* [KeyVault] Command fixes (#2474)
* get choices for completion (#2476)
* Fix issue with "single tuple" options_list (#2495)
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.
==================================
.. :changelog:
Release History
===============
2.0.9 (2017-06-14)
^^^^^^^^^^^^^^^^^^
* use arm endpoint from the current cloud to create subscription client
2.0.8 (2017-06-13)
^^^^^^^^^^^^^^^^^^
* Remove useless line-too-long suppression
* Fix unsubscriptable-object pylint disable rules
* Improve concurrent handling of clouds.config file (#3636)
* Remove dead code and updates for ignore_tye (#3659)
* Refresh client request id for each command execution.
* core: Create subscription clients with right SDK profile (#3635)
* Fix various pylint disable rules
* Progress Reporting for template deployments (#3510)
* Eliminating too-many-arguments pylint disable rule (#3583)
* output: add support for picking table output fields through jmespath query (#3581)
* Improves the muting of parse args + appends history with gestures (#3434)
* Create subscription clients with right SDK profile
* Fix method-hidden pylint disable rule
* Move all existing recording files to latest folder
* Remove dead code from experimental module
* Improve concurrent handling of clouds.config file.
* Remove various pylint disable statements
* [VM/VMSS] Fix idempotency for VM/VMSS create (#3586)
* Remove too-many-nested-blocks (#3469) (#3469)
2.0.7 (2017-05-30)
^^^^^^^^^^^^^^^^^^
* Command paths are no longer case sensitive.
* Certain boolean-type parameters are no longer case sensitive.
* Support login to ADFS on prem server like Azure Stack
* Fix concurrent writes to clouds.config (#3255)
2.0.6 (2017-05-09)
^^^^^^^^^^^^^^^^^^
* RP Auto-Reg: capture missing subscription registration error on LRO (#3268)
2.0.5 (2017-05-05)
^^^^^^^^^^^^^^^^^^
* core: capture exceptions caused by unregistered provider and auto-register it
* login: avoid the bad exception when the user account has no subscription and no tenants
* perf: persist adal token cache in memory till process exits (#2603)
2.0.4 (2017-04-28)
^^^^^^^^^^^^^^^^^^
* Fix bytes returned from hex fingerprint -o tsv (#3053)
* Enhanced Key Vault Certificate Download and AAD SP Integration (#3003)
* Add Python location to ‘az —version’ (#2986)
* login: support login when there are no subscriptions (#2929)
2.0.3 (2017-04-17)
^^^^^^^^^^^^^^^^^^
*core: fix a failure when login using a service principal twice (#2800)
*core: Allow file path of accessTokens.json to be configurable through an env var(#2605)
*core: Allow configured defaults to apply on optional args(#2703)
*core: Improved performance
*core: Support for multiple API versions
*core: Custom CA Certs - Support setting REQUESTS_CA_BUNDLE environment variable
*core: Cloud configuration - use 'resource manager' endpoint if 'management' endpoint not set
2.0.2 (2017-04-03)
^^^^^^^^^^^^^^^^^^
* Avoid loading azure.storage simply to getting an internal string to be used in exceptional cases when trying to instantiate a storage data plane client. (#2673)
* [KeyVault] KeyVault create fix (#2648)
* Azure DevTest Lab command module in CLI (#2631)
* Allow = in generic update values. (#2638)
* Allowing command module authors to inject formatter class. (#2622)
* Login: skip erroneous tenant (#2634)
* Removed duplicate sql utils code (#2629)
* Refactoring SDK reflaction utils into core.sdk (#2599)
* Add blank line after each example. (#2574)
* login: set default subscription to one with the state of "Enabled" (#2575)
* Add wait commands and --no-wait support (#2524)
* choice list outside of named arguments (#2521)
* core: support login using service principal with a cert (#2457)
* Revert "get choices for completion (#2476)" (#2516)
* Add prompting for missing template parameters. (#2364)
* [KeyVault] Command fixes (#2474)
* get choices for completion (#2476)
* Fix issue with "single tuple" options_list (#2495)
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
azure-cli-core-2.0.9.tar.gz
(67.6 kB
view details)
Built Distribution
File details
Details for the file azure-cli-core-2.0.9.tar.gz
.
File metadata
- Download URL: azure-cli-core-2.0.9.tar.gz
- Upload date:
- Size: 67.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 072783642fdfbd9feb484094ce4cdd536982b23b059d007404968dd6a38166a9 |
|
MD5 | b0dfffff1b617b6ad6f8ab15d1dd78cb |
|
BLAKE2b-256 | a190a07d84e8ab0cdd481e0d5297749efd417f69c7f801ba620a77dfe675c251 |
File details
Details for the file azure_cli_core-2.0.9-py2.py3-none-any.whl
.
File metadata
- Download URL: azure_cli_core-2.0.9-py2.py3-none-any.whl
- Upload date:
- Size: 86.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 863fea226c1da37396003d1360e3fa7b33f9e7b0ae1229d116868a80d1d20aa7 |
|
MD5 | 10139e7e9a2f52c96467490901b96b65 |
|
BLAKE2b-256 | cdcffacaacb4e37ccc3cb24fd0b6d6169f3caae61c5056e87b0141cb4721a94a |