Metadata-Version: 2.0
Name: azure-cli-sf
Version: 1.0.5
Summary: Microsoft Azure Service Fabric Client Command-Line Tools
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: adal (>=0.4.3)
Requires-Dist: azure-cli-command-modules-nspkg (>=2.0.0)
Requires-Dist: azure-cli-core
Requires-Dist: azure-servicefabric (==5.6.130)
Requires-Dist: mock (>=2.0.0)

Microsoft Azure CLI Service Fabric Module
=========================================

This package is for the `sf` module. It contains commands that can be used
to manage and administer Service Fabric clusters.


.. :changelog:

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

1.0.5 (2017-07-07)
++++++++++++++++++
* Fixes an issue with large files in applications being truncated on upload (#3666)

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

1.0.3 (2017-06-13)
++++++++++++++++++
* Adding tests for Service Fabric commands and fixing some arugment parsing logic (#3424)

1.0.2 (2017-05-30)
++++++++++++++++++

* Fix numerous Service Fabric commands (#3234)

1.0.1 (2017-05-09)
++++++++++++++++++

* Minor fixes.

1.0.0 (2017-05-05)
++++++++++++++++++

* Initial release of Service Fabric module. This corresponds to 5.6 Service Fabric product release.
* Fixing certain commands that were previously reporting syntax errors even though the combination of arguments was valid.
* Adding tests for custom commands including recordings for some commands.


