From 269126d146f68405f97b0087e76d8abd5531d8e3 Mon Sep 17 00:00:00 2001 From: Joe Zhou Date: Wed, 24 Feb 2021 17:16:19 -0800 Subject: [PATCH 01/10] added ml --- src/index.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/index.json b/src/index.json index 2b3925bafbd..f72cf743d3d 100644 --- a/src/index.json +++ b/src/index.json @@ -10312,6 +10312,28 @@ "sha256Digest": "30449391c1d1e9d67210d0ef81109a11a0f74a24a6f07644c17aed58cf056173" } ], + "ml": [ + { + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2/ml-0.0.42-py3-none-any.whl", + "filename": "ml-0.0.42-py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.15.0", + "classifiers": [ + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "License :: OSI Approved :: MIT License" + ] + }, + "sha256Digest": "5414969613cd95f85da515dad2ef83471fb3307fb6d0ca0886121c922193585f" + } + ], "monitor-control-service": [ { "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.1.0-py3-none-any.whl", From 9e3510e61d80972d87a3d66ecc660ad5de6e6adc Mon Sep 17 00:00:00 2001 From: Joe Zhou Date: Wed, 24 Feb 2021 17:43:45 -0800 Subject: [PATCH 02/10] reformatted --- src/index.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index f72cf743d3d..b87a8a23a7b 100644 --- a/src/index.json +++ b/src/index.json @@ -10329,7 +10329,30 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "License :: OSI Approved :: MIT License" - ] + ], + "run_requires": [ + { + "requires": [ + "pyyaml (>=5.1.0)", + "azure-identity", + "msrest (>=0.6.18)", + "azure-core (<2.0.0,>=1.8.0)", + "azure-mgmt-core (<2.0.0,>=1.2.0)", + "marshmallow (<4.0.0,>=3.5)", + "tqdm", + "azure-storage-blob (<=12.5.0,>12.0.0b4)", + "pydash (<=4.9.0)", + "azure-storage-file-share (==12.3.0)", + "pathspec (==0.8.*)", + "cryptography (<=3.3.2)" + ] + } + ], + "License": "MIT", + "name": "ml", + "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", + "version": "0.0.42" + }, "sha256Digest": "5414969613cd95f85da515dad2ef83471fb3307fb6d0ca0886121c922193585f" } From 080adeaaa5046e3412824a72818d3efae6e2dae9 Mon Sep 17 00:00:00 2001 From: Joe Zhou Date: Tue, 2 Mar 2021 00:32:43 -0800 Subject: [PATCH 03/10] removed some dependencies which azure-cli have --- src/index.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.json b/src/index.json index b87a8a23a7b..76afbcc0b1f 100644 --- a/src/index.json +++ b/src/index.json @@ -10333,11 +10333,7 @@ "run_requires": [ { "requires": [ - "pyyaml (>=5.1.0)", "azure-identity", - "msrest (>=0.6.18)", - "azure-core (<2.0.0,>=1.8.0)", - "azure-mgmt-core (<2.0.0,>=1.2.0)", "marshmallow (<4.0.0,>=3.5)", "tqdm", "azure-storage-blob (<=12.5.0,>12.0.0b4)", From 9360d4b05f839ef962c499657abb6d5ba9baeef8 Mon Sep 17 00:00:00 2001 From: Joe Zhou Date: Tue, 16 Mar 2021 17:11:50 -0700 Subject: [PATCH 04/10] updated index.json --- src/index.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/index.json b/src/index.json index d81305ae1ee..e10ed40d63a 100644 --- a/src/index.json +++ b/src/index.json @@ -10634,9 +10634,10 @@ ], "ml": [ { - "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2/ml-0.0.42-py3-none-any.whl", - "filename": "ml-0.0.42-py3-none-any.whl", + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2/ml-0.0.49-py3-none-any.whl", + "filename": "ml-0.0.49-py3-none-any.whl", "metadata": { + "License": "MIT", "azext.isExperimental": true, "azext.minCliCoreVersion": "2.15.0", "classifiers": [ @@ -10650,6 +10651,7 @@ "Programming Language :: Python :: 3.8", "License :: OSI Approved :: MIT License" ], + "name": "ml", "run_requires": [ { "requires": [ @@ -10664,13 +10666,10 @@ ] } ], - "License": "MIT", - "name": "ml", "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", "version": "0.0.42" - }, - "sha256Digest": "5414969613cd95f85da515dad2ef83471fb3307fb6d0ca0886121c922193585f" + "sha256Digest": "3c44333348766d60d6452796b4691c2ef9c85a6bcfdfd7379f3bcde2ad12f0ad" } ], "monitor-control-service": [ From 85ef769e79f52d52b52ea1060b3122a11203d220 Mon Sep 17 00:00:00 2001 From: Joe Zhou Date: Thu, 18 Mar 2021 00:47:35 -0700 Subject: [PATCH 05/10] updated --- src/index.json | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/src/index.json b/src/index.json index e10ed40d63a..1b813c74e76 100644 --- a/src/index.json +++ b/src/index.json @@ -10634,10 +10634,9 @@ ], "ml": [ { - "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2/ml-0.0.49-py3-none-any.whl", - "filename": "ml-0.0.49-py3-none-any.whl", + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2/ml-0.0.51-py3-none-any.whl", + "filename": "ml-0.0.51-py3-none-any.whl", "metadata": { - "License": "MIT", "azext.isExperimental": true, "azext.minCliCoreVersion": "2.15.0", "classifiers": [ @@ -10651,25 +10650,46 @@ "Programming Language :: Python :: 3.8", "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": [ "azure-identity", - "marshmallow (<4.0.0,>=3.5)", - "tqdm", "azure-storage-blob (<=12.5.0,>12.0.0b4)", - "pydash (<=4.9.0)", "azure-storage-file-share (==12.3.0)", + "cryptography (<=3.3.2)", + "marshmallow (<4.0.0,>=3.5)", "pathspec (==0.8.*)", - "cryptography (<=3.3.2)" + "pydash (<=4.9.0)", + "tqdm" ] } ], "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", - "version": "0.0.42" + "version": "0.0.51" }, - "sha256Digest": "3c44333348766d60d6452796b4691c2ef9c85a6bcfdfd7379f3bcde2ad12f0ad" + "sha256Digest": "f63031be2be9af031b4362839b8cfcf49f7157363ccfc7702f64d129e72dad5c" } ], "monitor-control-service": [ From a50fc2c89de1065ef65267b213e9d0ba29cdc432 Mon Sep 17 00:00:00 2001 From: Joe Zhou Date: Thu, 18 Mar 2021 01:09:31 -0700 Subject: [PATCH 06/10] updated --- src/index.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/index.json b/src/index.json index 710927b30c5..4e0067e9dbc 100644 --- a/src/index.json +++ b/src/index.json @@ -11003,17 +11003,6 @@ "metadata": { "azext.isExperimental": true, "azext.minCliCoreVersion": "2.15.0", - "classifiers": [ - "Development Status :: 3 - Alpha", - "Intended Audience :: Developers", - "Natural Language :: English", - "Operating System :: OS Independent", - "Programming Language :: Python", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "License :: OSI Approved :: MIT License" - ], "extensions": { "python.details": { "contacts": [ From 962bc3e48a275298a09e5ca18da46a121b2c0a90 Mon Sep 17 00:00:00 2001 From: Joe Zhou Date: Thu, 29 Apr 2021 02:54:15 -0700 Subject: [PATCH 07/10] added ml to index.json --- src/index.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/index.json b/src/index.json index 4e0067e9dbc..e3d0d25d685 100644 --- a/src/index.json +++ b/src/index.json @@ -10998,8 +10998,8 @@ ], "ml": [ { - "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2/ml-0.0.51-py3-none-any.whl", - "filename": "ml-0.0.51-py3-none-any.whl", + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-1.0.0a1-py3-none-any.whl", + "filename": "ml-1.0.0a1-py3-none-any.whl", "metadata": { "azext.isExperimental": true, "azext.minCliCoreVersion": "2.15.0", @@ -11032,17 +11032,19 @@ "azure-storage-blob (<=12.5.0,>12.0.0b4)", "azure-storage-file-share (==12.3.0)", "cryptography (<=3.3.2)", + "isodate", "marshmallow (<4.0.0,>=3.5)", "pathspec (==0.8.*)", "pydash (<=4.9.0)", + "pyjwt (<2.0.0)", "tqdm" ] } ], "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", - "version": "0.0.51" + "version": "1.0.0a1" }, - "sha256Digest": "f63031be2be9af031b4362839b8cfcf49f7157363ccfc7702f64d129e72dad5c" + "sha256Digest": "cfa1c03cdbefe01885b0694cac9b0970927d477851636665bd483e84d1440908" } ], "monitor-control-service": [ From d594ce45e30be4e7a1c1db20d6ffbabeedd257ff Mon Sep 17 00:00:00 2001 From: Jiaxiao Zhou Date: Tue, 3 Aug 2021 19:04:47 -0700 Subject: [PATCH 08/10] updated to 2.0.1a4 --- src/index.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/index.json b/src/index.json index 891934e29bf..3538bb3c9ee 100644 --- a/src/index.json +++ b/src/index.json @@ -15974,6 +15974,56 @@ "version": "2.0.1a3" }, "sha256Digest": "67c57c5c73d7ebaa99d1df52ba82c7a551bf61a182b4888128e8c62c896cf84b" + }, + { + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.0.1a4-py3-none-any.whl", + "filename": "ml-2.0.1a4-py3-none-any.whl", + "metadata": { + "azext.isExperimental": true, + "azext.minCliCoreVersion": "2.15.0", + "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": [ + "azure-identity", + "azure-storage-blob (<=12.5.0,>12.0.0b4)", + "azure-storage-file-share (==12.3.0)", + "cryptography (<=3.3.2)", + "docker (>=4.0.0,~=5.0.0)", + "isodate", + "marshmallow (<4.0.0,>=3.5)", + "pathspec (==0.8.*)", + "pydash (<=4.9.0)", + "pyjwt (<2.0.0)", + "tqdm" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", + "version": "2.0.1a4" + }, + "sha256Digest": "25999241f76e2754c8443da69130b3f2c95f05a71175aa40501e5d4266fce4b4" } ], "monitor-control-service": [ From 6c43095a62a382e44fcc23f253f8f3ed887a0b80 Mon Sep 17 00:00:00 2001 From: Jiaxiao Zhou Date: Tue, 3 Aug 2021 19:11:41 -0700 Subject: [PATCH 09/10] added back classifiers --- src/index.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/index.json b/src/index.json index 3538bb3c9ee..a571528a736 100644 --- a/src/index.json +++ b/src/index.json @@ -15981,6 +15981,17 @@ "metadata": { "azext.isExperimental": 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", + "License :: OSI Approved :: MIT License" + ], "extensions": { "python.details": { "contacts": [ From 1440a1992f055d2f6a6230dd45c075fcb997db00 Mon Sep 17 00:00:00 2001 From: Jiaxiao Zhou Date: Wed, 4 Aug 2021 14:46:40 -0700 Subject: [PATCH 10/10] fix help message linter issues --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index a571528a736..c9010132787 100644 --- a/src/index.json +++ b/src/index.json @@ -16034,7 +16034,7 @@ "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", "version": "2.0.1a4" }, - "sha256Digest": "25999241f76e2754c8443da69130b3f2c95f05a71175aa40501e5d4266fce4b4" + "sha256Digest": "5a20917c68a953ad52c6c0596cd04e8c89f833e8ede17e64866a26f43e7f0164" } ], "monitor-control-service": [