From 69ec6c87e2b42a0701571b955daef46939ea0c01 Mon Sep 17 00:00:00 2001 From: Harneet Virk Date: Wed, 20 Apr 2022 10:41:04 -0700 Subject: [PATCH 1/4] Support for python 3.10 in ML extension --- src/index.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/src/index.json b/src/index.json index 0e00986d1e8..453d37a2dd2 100644 --- a/src/index.json +++ b/src/index.json @@ -23620,6 +23620,73 @@ }, "sha256Digest": "69cf00542a4acc6a1d22c9a0c020268cdccf0b3f52d1c49edb0cd1d6b4056237" } + { + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.2.3-py3-none-any.whl", + "filename": "ml-2.2.3-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.15.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "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-cli-extensions/tree/master/src/machinelearningservices" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "ml", + "run_requires": [ + { + "requires": [ + "applicationinsights (<=0.11.10)", + "azure-common (<2.0.0,>=1.1)", + "azure-identity", + "azure-storage-blob (<=12.9.0,>12.0.0b4)", + "azure-storage-file-share (<13.0.0)", + "colorama (<=0.4.4)", + "cryptography (<=3.3.2)", + "docker", + "isodate", + "marshmallow (<4.0.0,>=3.5)", + "pathspec (==0.9.*)", + "pydash (<=4.9.0)", + "pyjwt (<=2.3.0)", + "tqdm (<=4.63.0)", + "typing-extensions (<4.0.0,>=3.10)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", + "version": "2.2.2" + }, + "sha256Digest": "6CBFAC0985961D82AE22FE7BCCAC9CEE8A26C78958756F463CED58913EF96409" + } ], "monitor-control-service": [ { From 958bc7528b73e887dd8a645910b8dbfcc6065c06 Mon Sep 17 00:00:00 2001 From: Harneet Virk Date: Wed, 20 Apr 2022 10:45:23 -0700 Subject: [PATCH 2/4] Support for python 3.10 in ML extension --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 453d37a2dd2..f44be038eea 100644 --- a/src/index.json +++ b/src/index.json @@ -23619,7 +23619,7 @@ "version": "2.2.2" }, "sha256Digest": "69cf00542a4acc6a1d22c9a0c020268cdccf0b3f52d1c49edb0cd1d6b4056237" - } + }, { "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.2.3-py3-none-any.whl", "filename": "ml-2.2.3-py3-none-any.whl", From e4d906882c821773a0f4c88fc08a90466e2e0a85 Mon Sep 17 00:00:00 2001 From: Harneet Virk Date: Wed, 20 Apr 2022 18:16:12 -0700 Subject: [PATCH 3/4] Updating the version in summary --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index f44be038eea..339bc40cfbb 100644 --- a/src/index.json +++ b/src/index.json @@ -23683,7 +23683,7 @@ } ], "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", - "version": "2.2.2" + "version": "2.2.3" }, "sha256Digest": "6CBFAC0985961D82AE22FE7BCCAC9CEE8A26C78958756F463CED58913EF96409" } From 8ffffbcf73a4d9ebcb52b1d91f16606c7b3e6c4b Mon Sep 17 00:00:00 2001 From: Harneet Virk Date: Wed, 20 Apr 2022 18:31:27 -0700 Subject: [PATCH 4/4] Updating the hash to lower case --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 339bc40cfbb..5a4610d7bc6 100644 --- a/src/index.json +++ b/src/index.json @@ -23685,7 +23685,7 @@ "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", "version": "2.2.3" }, - "sha256Digest": "6CBFAC0985961D82AE22FE7BCCAC9CEE8A26C78958756F463CED58913EF96409" + "sha256Digest": "6cbfac0985961d82ae22fe7bccac9cee8a26c78958756f463ced58913ef96409" } ], "monitor-control-service": [