From 1b0fd835f96db0a11f31f4571339ec0c3cdfea9c Mon Sep 17 00:00:00 2001 From: Harneet Virk Date: Sun, 15 May 2022 17:58:43 -0700 Subject: [PATCH] Update ML CLI v1 extension to allow setting v1LegacyMode values (#4818) * Update ML CLI v1 extension to allow setting v1LegacyMode values * Udating metadata for versions for dependencies --- src/index.json | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/src/index.json b/src/index.json index d12a11e84c9..db93e915929 100644 --- a/src/index.json +++ b/src/index.json @@ -8215,6 +8215,74 @@ } ], "azure-cli-ml": [ + { + "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.41.0-py3-none-any.whl", + "filename": "azure_cli_ml-1.41.0-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.3.1", + "classifiers": [ + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9" + ], + "description_content_type": "text/x-rst", + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst", + "license": "LICENSE.txt" + }, + "project_urls": { + "Home": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "Proprietary https://aka.ms/azureml-preview-sdk-license ", + "metadata_version": "2.0", + "name": "azure-cli-ml", + "requires_python": ">=3.5,<4", + "run_requires": [ + { + "requires": [ + "adal (>=1.2.1)", + "azureml-cli-common (~=1.41)", + "cryptography (<=3.3.2)", + "docker (>=3.7.2)", + "msrest (>=0.6.6)", + "pyyaml (>=5.1.0)", + "requests (>=2.21.0)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools AzureML Command Module", + "test_requires": [ + { + "requires": [ + "azure-keyvault", + "mock", + "nose", + "unittest-xml-reporting" + ] + } + ], + "version": "1.41.0" + }, + "sha256Digest": "c3c5d2bb5ecd63d0d416bf9bc61b9f12df247d2f558957047ffc431e42fcb6b0" + }, { "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.37.0-py3-none-any.whl", "filename": "azure_cli_ml-1.37.0-py3-none-any.whl",