Metadata-Version: 1.1
Name: azure-cli-sf
Version: 1.0.8
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
Description: 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.
        
        These commands are going to be deprecated in future releases. Instead, the new
        Service Fabric CLI (sfctl) should be used.
        
        
        .. :changelog:
        
        Release History
        ===============
        
        1.0.8 (2017-08-31)
        ++++++++++++++++++
        * Deprecating all commands in favor of Service Fabric CLI (sfctl)
        
        1.0.7 (2017-08-28)
        ++++++++++++++++++
        * Simplified registry user/pass rules for command.
        * Fixed password prompt for user even after passing in the param.
        * Supports None registry_cred.
        
        1.0.6 (2017-08-11)
        ++++++++++++++++++
        * minor fixes
        
        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.
        
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
