Skip to main content

Microsoft Azure Batch Extended Features

Project description

Microsoft Azure Batch Extensions

https://travis-ci.org/Azure/azure-batch-cli-extensions.svg?branch=master

This project is a preview build of the Microsoft Azure command-line interface to demonstrate proposed features in Azure Batch. For further details on the Azure CLI, please check the official documentation.

The purpose of this project is to allow customers to try out proposed Batch features and provide feedback to help shape the direction of the Batch service. The features presented here may not be compatible with other Batch client SDKs and tools, nor will they necessarily be adopted into the core Batch service.

As these features are still in preview, they will be updated regularly, and refined based on customer feedback. Unfortunately this may result in occasional breaking changes, though every effort will be made to keep this to a minimum.

Features

Samples

Samples for all of the preview features can be found in samples.

SDK Installation

$ pip install azure-batch-extensions

CLI Extensions Installation

In order to make use of these features, you must have the Azure CLI installed. You can find futher instructions in the official documentation and in the Azure CLI GitHub repository.

This extension package can be installed to supplement the existing Azure CLI Batch commands. It can be installed using the CLI extension tools:

$ az extension add --source [URL to latest release package]

Uninstall CLI extensions

The CLI extensions can be removed using the az extension remove command:

$ az extension remove -n azure_batch_cli_extensions

Azure Batch account requirements

In order to make use of the new features previewed here, you will need an Azure Batch account with a linked storage account. For more information on this, see Create an Azure Batch account using the Azure Portal.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Developer Installation

Preparing your machine

  1. Install Python 3.5.x from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.

  2. Clone your repository and check out the master branch.

  3. Create a new virtual environment “env” for Python 3.5 in the root of your clone. You can do this by running:

Windows

python -m venv <clone root>\env

OSX/Ubuntu (bash)

python –m venv <clone root>/env
  1. Activate the env virtual environment by running:

Windows

<clone root>\env\scripts\activate.bat

OSX/Ubuntu (bash)

. <clone root>/env/bin/activate
  1. Install the dependencies and load the command module as a local package using pip.

python scripts/dev_setup.py

SDK Release History

1.0.1 (2017-10-10)

  • Better support for unicode in Python 2.7

1.0.0 (2017-10-03)

  • Support for Batch SDK version 4.0

  • Added support for extended common_resource_files in MultiInstanceSettings

  • Added support for native containers in tasks (including RepeatTask in a task factory)

0.2.0 (2017-07-29)

  • Support for Batch SDK version 3.1

  • Fix bug with pool OS version detection

  • Download from file group now supports prefix

  • Support detection of Linux command using /bin/sh

0.1.1 (2017-07-10)

  • Fix to support azure-cli-core v2.0.11

0.1.0 (2017-06-28)

  • Initial preview release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-batch-extensions-1.0.1.tar.gz (50.7 kB view details)

Uploaded Source

Built Distribution

azure_batch_extensions-1.0.1-py2.py3-none-any.whl (84.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file azure-batch-extensions-1.0.1.tar.gz.

File metadata

File hashes

Hashes for azure-batch-extensions-1.0.1.tar.gz
Algorithm Hash digest
SHA256 e35414a2ef18e4525b0841bff32eba268dc2f863c69891bab3aaccb444d898cc
MD5 1d706de941b55a1d5f0de61dc6707836
BLAKE2b-256 32ee27896a170b84c4aee99d5d111490e186e45e797ec158d1f303cfd8b65683

See more details on using hashes here.

File details

Details for the file azure_batch_extensions-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for azure_batch_extensions-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 826e876d9cc421e769d8522084f901be2670c5d28ae91d6eb2ae4d6708727e84
MD5 6d517c6100b6beaf6d63113f3cbabd19
BLAKE2b-256 1d6361c69cbbccf89f31cf3f2186b3f5b7564ed6c1d806cd434aec46d2cbc97b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page