diff --git a/scripts/ci/build_ext_cmd_tree.sh b/scripts/ci/build_ext_cmd_tree.sh index 43860bd7a06..53bed033b85 100644 --- a/scripts/ci/build_ext_cmd_tree.sh +++ b/scripts/ci/build_ext_cmd_tree.sh @@ -19,9 +19,8 @@ export AZURE_EXTENSION_INDEX_URL=https://raw.githubusercontent.com/Azure/azure-c output=$(az extension list-available --query [].name -otsv) # azure-cli-ml is replaced by ml -# TODO: azure-batch-cli-extensions is not compatible with latest batch SDK. # disable alias which relies on Jinja2 2.10 -blocklist=("azure-cli-ml" "azure-batch-cli-extensions" "alias") +blocklist=("azure-cli-ml" "alias") rm -f ~/.azure/extCmdTreeToUpload.json diff --git a/scripts/refdoc/README.md b/scripts/refdoc/README.md index 980ba858cbb..ab71c0bc0cd 100644 --- a/scripts/refdoc/README.md +++ b/scripts/refdoc/README.md @@ -23,4 +23,4 @@ Scripts for reference documentation generation for Azure CLI Extensions using [s 2. Inside the Python virtual environment, run `pip install sphinx==1.7.0` 3. Set the environment variable `AZ_EXT_REF_DOC_OUT_DIR` to an empty directory that exists. 4. Run the following script to generate sphinx output for the latest versions of all extensions in the index - `python ./scripts/ci/index_ref_doc.py -v` -5. The sphinx output will be in the directory pointed to by the `AZ_EXT_REF_DOC_OUT_DIR` environment variable. +5. The sphinx output will be in the directory pointed to by the `AZ_EXT_REF_DOC_OUT_DIR` environment variable. \ No newline at end of file diff --git a/src/index.json b/src/index.json index 5fbd2631389..7202bea7658 100644 --- a/src/index.json +++ b/src/index.json @@ -10114,6 +10114,59 @@ "version": "6.0.0" }, "sha256Digest": "6955a0d960d9c4df6935b9058f67c8c42872c8716d8d2a4f76e9e6ce72eb66ab" + }, + { + "downloadUrl": "https://github.com/Azure/azure-batch-cli-extensions/releases/download/azure-batch-cli-extensions-7.0.0/azure_batch_cli_extensions-7.0.0-py2.py3-none-any.whl", + "filename": "azure_batch_cli_extensions-7.0.0-py2.py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.30.0", + "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": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-batch-cli-extensions" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "azure-batch-cli-extensions", + "run_requires": [ + { + "requires": [ + "azure-batch-extensions (<9.1,>=9.0.0)", + "pycparser (==2.18)" + ] + } + ], + "summary": "Additional commands for working with Azure Batch service", + "version": "7.0.0" + }, + "sha256Digest": "65dd7671262b1f0cf35b26970a816d7aea22d02c822c81f3ea4cf1028a7c2e16" } ], "azure-cli-ml": [ diff --git a/src/service_name.json b/src/service_name.json index 7299b4008eb..c55823a2011 100644 --- a/src/service_name.json +++ b/src/service_name.json @@ -44,6 +44,11 @@ "AzureServiceName": "Azure Automation", "URL": "https://docs.microsoft.com/azure/automation/automation-intro" }, + { + "Command": "az batch", + "AzureServiceName": "Azure Batch", + "URL": "https://docs.microsoft.com/azure/batch/" + }, { "Command": "az baremetalinstance", "AzureServiceName": "Microsoft Windows",