Metadata-Version: 2.1
Name: azure-cli-cdn
Version: 0.2.4
Summary: Microsoft Azure Command-Line Tools Content Delivery Network (CDN) 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-cdn (==3.1.0)
Requires-Dist: azure-cli-core
Requires-Dist: azure-cli-command-modules-nspkg (>=2.0.0)

Microsoft Azure CLI 'Content Delivery Network (CDN)' Command Module
===================================================================

This package is for the 'Content Delivery Network (CDN)' module.
i.e. 'az cdn'


.. :changelog:

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

0.2.4
+++++
* Minor fixes.

0.2.3
+++++
* Minor fixes.

0.2.2
+++++
* Add support for Microsoft_Standard and Standard_ChinaCdn

0.2.1
+++++
* `cdn endpoint create/update/start/stop/delete/load/purge`: Added support for `--no-wait`.

0.2.0
+++++
* BREAKING CHANGE: `cdn endpoint create`'s default query string caching behaviour no longer defaults to "IgnoreQueryString". It is now set by the service.

0.1.1
+++++
* Update azure-mgmt-cdn dependency to 3.0.0

0.1.0
+++++
* BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource.

0.0.15
++++++
* Minor fixes.

0.0.14
++++++
* Minor fixes.
* `sdist` is now compatible with wheel 0.31.0

0.0.13
++++++
* Add `cdn custom-domain enable/disable-https` commands.

0.0.12
++++++
* `cdn custom-domain create`: Fixed missing client issue.

0.0.11
++++++
* Update for CLI core changes.

0.0.10
++++++
* minor fixes

0.0.9 (2017-09-22)
++++++++++++++++++
* minor fixes

0.0.8 (2017-09-11)
++++++++++++++++++
* `cdn custom-domain create`: Fixed 'CustomDomain is not interable' bug.

0.0.7 (2017-08-28)
++++++++++++++++++
* minor fixes

0.0.6 (2017-07-07)
++++++++++++++++++
* minor fixes

0.0.5 (2017-06-21)
++++++++++++++++++
* No changes.

0.0.4 (2017-06-13)
++++++++++++++++++
* Minor fixes.

0.0.3 (2017-05-30)
++++++++++++++++++

* Add exception handler for endpoint list that provides a better message when the profile specified by '--profile-name' does not exist.

0.0.2 (2017-05-09)
++++++++++++++++++

* Minor fixes.

0.0.1 (2017-05-05)
++++++++++++++++++

* Add support for CDN commands.


