From 95b60578d6e84f5d23103656e7a76c3dc6888cb8 Mon Sep 17 00:00:00 2001 From: Derek Bekoe Date: Wed, 11 Oct 2017 12:07:58 -0700 Subject: [PATCH] Add IoT and Batch extension to index --- src/index.json | 104 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/src/index.json b/src/index.json index e69de29bb2d..bf9f7c250c2 100644 --- a/src/index.json +++ b/src/index.json @@ -0,0 +1,104 @@ +{ + "formatVersion": "1", + "extensions": { + "azure_batch_cli_extensions": [ + { + "extensionType": "whl", + "filename": "azure_batch_cli_extensions-2.0.0-py2.py3-none-any.whl", + "sha256Digest": "ccdfd15a2a33e2f3298e64051f556da76d7bec6e1008fd28a6467803df8ae8cb", + "source": "https://github.com/Azure/azure-batch-cli-extensions/releases/download/azure-batch-cli-extensions-2.0.0/azure_batch_cli_extensions-2.0.0-py2.py3-none-any.whl", + "metadata": { + "azext.maxCliCoreVersion": "2.0.18", + "azext.minCliCoreVersion": "2.0.17", + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-batch-cli-extensions" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "azure-batch-cli-extensions", + "summary": "Microsoft Azure Command-Line Tools Extended Batch Command Module", + "version": "2.0.0" + }, + "name": "azure_batch_cli_extensions", + "version": "2.0.0" + } + ], + "azure_cli_iot_ext": [ + { + "extensionType": "whl", + "filename": "azure_cli_iot_ext-0.1.1-py2.py3-none-any.whl", + "sha256Digest": "28f5565fa0367da4694223bb8dfacd68be5213e6a49b3a463a10c2379c39da19", + "source": "https://files.pythonhosted.org/packages/8e/69/6a10aa6be2ad1a054d874d93bd43c09aaca26a137bd0f8f961f03a249a9f/azure_cli_iot_ext-0.1.1-py2.py3-none-any.whl", + "metadata": { + "azext.minCliVersion": "2.0.15+dev", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "iotupx@microsoft.com", + "name": "Microsoft", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/azure/azure-iot-cli-extension" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.29.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "azure-cli-iot-ext", + "run_requires": [ + { + "requires": [ + "azure-cli-core", + "azure-cli-iot (==0.1.11)", + "azure-iothub-device-client", + "azure-iothub-service-client", + "azure-mgmt-iothub (==0.2.2)", + "six" + ] + } + ], + "summary": "Azure IoT CLI Extension", + "version": "0.1.1" + }, + "name": "azure_cli_iot_ext", + "version": "0.1.1" + } + ] + } +} \ No newline at end of file