Metadata-Version: 2.0
Name: azure-cli-profile
Version: 2.0.3
Summary: Microsoft Azure Command-Line Tools Profile Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
Author-email: azpycli@microsoft.com
License: MIT
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
Requires-Dist: adal (>=0.4.3)
Requires-Dist: azure-cli-core

Microsoft Azure CLI 'profile' Command Module
============================================

This package is for the 'profile' module.
e.g. 'az account'
e.g. 'az login'
e.g. 'az logout'




.. :changelog:

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

2.0.3 (2017-04-17)
++++++++++++++++++

* API Profile Support (#2834)
* Fix #2839. (#2844)
* [Network] Make DNS Zone record imports relative (#2825)
* [Network] VPN-connection shared key fixes (#2798)
* [Network] Support active-active VNet gateways (#2751)
* [Network] Remove nulls from VPN connection show/list output (#2748)
* Alter JSON string parsing from shell (#2705)

2.0.2 (2017-04-03)
++++++++++++++++++

* account: do not show not enabled subscription by default (#2664)
* core: support login using service principal with a cert (#2457)

2.0.1 (2017-03-13)
++++++++++++++++++

* Fix KeyError: 'environmentName' on 'az account list' (#2358)
* Core: Support login to specific tenant (#2327)


2.0.0 (2017-02-27)
++++++++++++++++++

* GA release.


0.1.2rc2 (2017-02-22)
+++++++++++++++++++++

* Documentation updates.


0.1.2rc1 (2017-02-17)
+++++++++++++++++++++

* Fixes KeyError: 'environmentName' after log in
* Handle cloud switching in more user friendly way

0.1.1b2 (2017-01-30)
+++++++++++++++++++++

* Add subscription id to ‘az account list’ table format.
* Support Python 3.6.

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

* Preview release (no source code changes since previous version).

0.1.0b11 (2016-12-12)
+++++++++++++++++++++

* Preview release.


