Metadata-Version: 2.0
Name: azure-cli-batch
Version: 3.1.3
Summary: Microsoft Azure Command-Line Tools Batch Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
Author-email: azpycli@microsoft.com
License: MIT
Description-Content-Type: UNKNOWN
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-batch (==3.1.0)
Requires-Dist: azure-cli-command-modules-nspkg (>=2.0.0)
Requires-Dist: azure-cli-core
Requires-Dist: azure-mgmt-batch (==4.1.0)
Requires-Dist: azure-mgmt-keyvault (==0.40.0)

Microsoft Azure CLI 'batch' Command Module
==========================================

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




.. :changelog:

Release History
===============
3.1.3 (2017-09-11)
++++++++++++++++++
* minor fixes

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

3.1.1 (2017-08-11)
++++++++++++++++++

* Updated to Batch SDK 3.1.0 and Batch Management SDK 4.1.0.
* Added a new command show the task counts of a job.
* Fixed bug in resource file SAS URL processing
* Batch account endpoint now supports optional 'https://' prefix.
* Support for adding lists of more than 100 tasks to a job.
* Added debug logging for loading Extensions command module.

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

3.0.2 (2017-06-21)
++++++++++++++++++
* No changes

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

3.0.0 (2017-05-30)
++++++++++++++++++

* Updated to Batch SDK 3.0.0 with support for low-priority VMs in pools.
* Changes to the pool create command: --target-dedicated has been renamed to --target-dedicated-nodes and two
  new options have been added; --target-low-priority-nodes and --application-licenses

2.0.4 (2017-05-09)
++++++++++++++++++++

* Minor fixes.

2.0.3 (2017-05-05)
++++++++++++++++++++

* Minor fixes.

2.0.2 (2017-04-28)
++++++++++++++++++++

* New packaging system.

2.0.1 (2017-04-17)
++++++++++++++++++++

* Improve performance of package load and command execution (#2819)
* Apply core changes required for API profile support (#2834) & JSON string parsing from shell (#2705)

2.0.0 (2017-04-03)
++++++++++++++++++++

* Module is GA.
* [Batch] Added output table formatting (#2602)

0.1.1b5 (2017-03-13)
++++++++++++++++++++

* Latest Batch Commands (#2413)
* Load optional command extensions (#2284)


0.1.1b4 (2017-02-22)
++++++++++++++++++++

* Documentation updates.


0.1.1b3 (2017-02-17)
+++++++++++++++++++++

* Add 'azure batch account login' command to enable aad auth
* Add Batch data plane commands
* Prompts for yes / no use the -y option rather than --force


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

* Add path expansion to file type parameters.
* Support Python 3.6.

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

* Initial preview release.



