Metadata-Version: 2.1
Name: azure-cli-hdinsight
Version: 0.3.0
Summary: Microsoft Azure Command-Line Tools HDInsight 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 :: 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: azure-mgmt-hdinsight (==0.2.0)
Requires-Dist: azure-mgmt-storage (==3.1.1)
Requires-Dist: azure-mgmt-network (==2.4.0)
Requires-Dist: azure-cli-core
Requires-Dist: azure-cli-command-modules-nspkg (>=2.0.0)

Microsoft Azure CLI 'hdinsight' Command Module
==============================================

This package is for the 'hdinsight' module.
i.e. 'az hdinsight'




.. :changelog:

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

0.3.0
+++++

* BREAKING CHANGE: `create`, `application create`: Removed the `--virtual-network` and `--subnet-name` parameters.
                   `create`: Change the `--storage-account` to accept name or id of storage account instead of blob endpoints.
* `create`: added the `--vnet-name` and `--subnet-name` parameters.
* `create`: added support for Enterprise Security Package and disk encryption
* Added `rotate-disk-encryption-key` command
* Added `update` command

0.2.0
+++++

* Add commands for managing applications
* Add commands for managing script actions
* Add commands for managing Operations Management Suite (OMS)
* `hdinsight list-usage`: support to list regional usages
* `hdinsight create`: remove default cluster type

0.1.0
+++++

* Initial release of module.


