From b62e696e31a054d03971f1bd8b0a199578aaa026 Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Fri, 19 Nov 2021 18:16:22 -0800 Subject: [PATCH 01/11] CLI 2.0.3 public preview release --- src/index.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/src/index.json b/src/index.json index aa89ad99a35..eb8ea3dc094 100644 --- a/src/index.json +++ b/src/index.json @@ -18835,6 +18835,58 @@ "version": "2.0.2" }, "sha256Digest": "80dc61c8d6778a262b882dc0c5e05b77551e64d338d90fbe8a7eb8c731f6814c" + }, + { + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.0.3-py3-none-any.whl", + "filename": "ml-2.0.3-py3-none-any.whl", + "metadata": { + "azext.isPreview": 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-common (<2.0.0,>=1.1)", + "azure-identity", + "azure-storage-blob (<=12.9.0,>12.0.0b4)", + "azure-storage-file-share (<13.0.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", + "typing-extensions (<4.0.0,>=3.10)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", + "version": "2.0.3" + }, + "sha256Digest": "49352e053a2b2650a561b880628614068d058eaf8ec6e8e51c46cb2d0e55bf4e" } ], "monitor-control-service": [ From 20bc687cdec5a3ba741c56d75976001855e069b1 Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Mon, 22 Nov 2021 16:38:58 -0800 Subject: [PATCH 02/11] Updated CLI release with linting fixes --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index eb8ea3dc094..be3365d6d4b 100644 --- a/src/index.json +++ b/src/index.json @@ -18886,7 +18886,7 @@ "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", "version": "2.0.3" }, - "sha256Digest": "49352e053a2b2650a561b880628614068d058eaf8ec6e8e51c46cb2d0e55bf4e" + "sha256Digest": "92d76766ef6aaea54790689cb4ae5a19b8d7d564eaf58e8ebf4d4f013e59d314" } ], "monitor-control-service": [ From bde6ed997fdf6f94b28fb7eff80694c54c755706 Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Mon, 22 Nov 2021 17:29:19 -0800 Subject: [PATCH 03/11] Updated .whl file --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index be3365d6d4b..297f71f3e7d 100644 --- a/src/index.json +++ b/src/index.json @@ -18886,7 +18886,7 @@ "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", "version": "2.0.3" }, - "sha256Digest": "92d76766ef6aaea54790689cb4ae5a19b8d7d564eaf58e8ebf4d4f013e59d314" + "sha256Digest": "832913ca3e0ba91938aceac02a9f944a422f58e3fe04bb8ef23e7d963ef2c8c1" } ], "monitor-control-service": [ From b2e211b10840e7456b9ed3b687c8afffd59e77d2 Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Fri, 11 Feb 2022 14:52:40 -0800 Subject: [PATCH 04/11] Fixed conflict --- src/index.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index b930945b9f1..17c1abe48e1 100644 --- a/src/index.json +++ b/src/index.json @@ -21091,7 +21091,59 @@ "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", "version": "2.0.7" }, - "sha256Digest": "67f5f65437e50c763ddc9595542d5b12f949c1e325c30a93317ca5f292ad25e5" + "sha256Digest": "3c07012b00bfb463bba0e99e8294e90d960c21a11152690574fd050ca63489d2" + }, + { + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.1.0-py3-none-any.whl", + "filename": "ml-2.1.0-py3-none-any.whl", + "metadata": { + "azext.isPreview": 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-common (<2.0.0,>=1.1)", + "azure-identity", + "azure-storage-blob (<=12.9.0,>12.0.0b4)", + "azure-storage-file-share (<13.0.0)", + "cryptography (<=3.3.2)", + "docker (>=4.0.0,~=5.0.0)", + "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.1.0" + }, + "sha256Digest": "2f93a2786982ed630cca3d7d0257bbe3218ea8e399d6c6c6f0baff807e4048bd" } ], "monitor-control-service": [ From c460a364ff191f2b1a68d0c58f39e6d9bf691bb9 Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Fri, 11 Feb 2022 15:24:24 -0800 Subject: [PATCH 05/11] Fix change to 2.0.7 checksum --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 17c1abe48e1..5407dc6a328 100644 --- a/src/index.json +++ b/src/index.json @@ -21091,7 +21091,7 @@ "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", "version": "2.0.7" }, - "sha256Digest": "3c07012b00bfb463bba0e99e8294e90d960c21a11152690574fd050ca63489d2" + "sha256Digest": "67f5f65437e50c763ddc9595542d5b12f949c1e325c30a93317ca5f292ad25e5" }, { "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.1.0-py3-none-any.whl", From d250ae65a35febfe43b3c77a907222112e188d4a Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Mon, 14 Feb 2022 13:34:24 -0800 Subject: [PATCH 06/11] Replaced 2.1.0 with 2.1.1 --- src/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.json b/src/index.json index 5407dc6a328..53cb96b40ad 100644 --- a/src/index.json +++ b/src/index.json @@ -21094,8 +21094,8 @@ "sha256Digest": "67f5f65437e50c763ddc9595542d5b12f949c1e325c30a93317ca5f292ad25e5" }, { - "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.1.0-py3-none-any.whl", - "filename": "ml-2.1.0-py3-none-any.whl", + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.1.1-py3-none-any.whl", + "filename": "ml-2.1.1-py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.15.0", @@ -21141,9 +21141,9 @@ } ], "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", - "version": "2.1.0" + "version": "2.1.1" }, - "sha256Digest": "2f93a2786982ed630cca3d7d0257bbe3218ea8e399d6c6c6f0baff807e4048bd" + "sha256Digest": "373fa36ced7ef00a8caeb818bf8d83a52ca519e01180a0191b99bdfeae95a037" } ], "monitor-control-service": [ From 87fe1b76d1fe32095ba55357681b952dd0a53346 Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Wed, 27 Apr 2022 15:43:31 -0700 Subject: [PATCH 07/11] Added 2.3.0 for ml extension --- src/index.json | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/src/index.json b/src/index.json index 54460f51c21..d1afe42f32f 100644 --- a/src/index.json +++ b/src/index.json @@ -23737,6 +23737,74 @@ "version": "2.2.3" }, "sha256Digest": "6cbfac0985961d82ae22fe7bccac9cee8a26c78958756f463ced58913ef96409" + }, + { + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.3.0-py3-none-any.whl", + "filename": "ml-2.3.0-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", + "docker", + "isodate", + "jsonschema (<5.0.0,>=4.0.0)", + "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.3.0" + }, + "sha256Digest": "61ec0b649947f143832b5691490b091ceb222314434c929d96064b6ad34ecdc3" } ], "monitor-control-service": [ From 6a6f2e39a14dd00e2727e2a442529f6f4a135a70 Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Thu, 28 Apr 2022 10:17:35 -0700 Subject: [PATCH 08/11] Added version 2.3.1 for ml extension --- src/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.json b/src/index.json index d1afe42f32f..50315b9208d 100644 --- a/src/index.json +++ b/src/index.json @@ -23739,8 +23739,8 @@ "sha256Digest": "6cbfac0985961d82ae22fe7bccac9cee8a26c78958756f463ced58913ef96409" }, { - "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.3.0-py3-none-any.whl", - "filename": "ml-2.3.0-py3-none-any.whl", + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.3.1-py3-none-any.whl", + "filename": "ml-2.3.1-py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.15.0", @@ -23802,9 +23802,9 @@ } ], "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", - "version": "2.3.0" + "version": "2.3.1" }, - "sha256Digest": "61ec0b649947f143832b5691490b091ceb222314434c929d96064b6ad34ecdc3" + "sha256Digest": "b296b2f83a88746f8be534b61a21e8a3e51f01b57b240897f79b9f9289388643" } ], "monitor-control-service": [ From f8d5317c4358fa90a9641912e62fb03dada956cf Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Fri, 8 Jul 2022 17:13:39 -0700 Subject: [PATCH 09/11] Fix from merge conflict --- src/index.json | 72 -------------------------------------------------- 1 file changed, 72 deletions(-) diff --git a/src/index.json b/src/index.json index 8fa7c46723e..1739da58f2c 100644 --- a/src/index.json +++ b/src/index.json @@ -26995,79 +26995,7 @@ "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", "version": "2.5.0" }, -<<<<<<< HEAD - "sha256Digest": "6cbfac0985961d82ae22fe7bccac9cee8a26c78958756f463ced58913ef96409" - }, - { - "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.3.1-py3-none-any.whl", - "filename": "ml-2.3.1-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", - "docker", - "isodate", - "jsonschema (<5.0.0,>=4.0.0)", - "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.3.1" - }, - "sha256Digest": "b296b2f83a88746f8be534b61a21e8a3e51f01b57b240897f79b9f9289388643" -======= "sha256Digest": "66c2c3dd71040be0ba304b80e25e8f5f2196caa3970e3c7e15d260243dde31e7" ->>>>>>> a0e8eef1253d2e3528b411c406a151c8a9b4b3ee } ], "monitor-control-service": [ From 038fc4c44d1718237cbc45571c7157a41bc1d0ed Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Fri, 8 Jul 2022 17:16:34 -0700 Subject: [PATCH 10/11] Added v2.6.1 for ml extension --- src/index.json | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/src/index.json b/src/index.json index 1739da58f2c..599e0cca49d 100644 --- a/src/index.json +++ b/src/index.json @@ -26996,6 +26996,77 @@ "version": "2.5.0" }, "sha256Digest": "66c2c3dd71040be0ba304b80e25e8f5f2196caa3970e3c7e15d260243dde31e7" + }, + { + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.6.1-py3-none-any.whl", + "filename": "ml-2.6.1-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.15.0", + "classifiers": [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Environment :: Console", + "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" + ], + "description_content_type": "text/x-rst", + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azuremlsdk@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azureml-examples" + } + } + }, + "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.13.0,>=12.10.0)", + "azure-storage-file-datalake (<=12.8.0)", + "azure-storage-file-share (<12.9.0)", + "colorama (<=0.4.4)", + "cryptography", + "docker", + "isodate", + "jsonschema (<5.0.0,>=4.0.0)", + "marshmallow (<4.0.0,>=3.5)", + "pathspec (==0.9.*)", + "pydash (<=4.9.0)", + "pyjwt (<3.0.0)", + "strictyaml (<=1.6.1)", + "tqdm (<=4.63.0)", + "typing-extensions (>=4.0.1)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", + "version": "2.6.1" + }, + "sha256Digest": "12025141ff9362e2a0c0116b1ebb45c398b08800b51204f4b1985c5e85671dd8" } ], "monitor-control-service": [ From 644c6982a5d43c86693002dd786f0923a2f6ef47 Mon Sep 17 00:00:00 2001 From: Njuguna Thande Date: Fri, 8 Jul 2022 17:43:15 -0700 Subject: [PATCH 11/11] Replaced v2.6.1 with v2.6.0 for ml --- src/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.json b/src/index.json index 599e0cca49d..10d8838c0e5 100644 --- a/src/index.json +++ b/src/index.json @@ -26998,8 +26998,8 @@ "sha256Digest": "66c2c3dd71040be0ba304b80e25e8f5f2196caa3970e3c7e15d260243dde31e7" }, { - "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.6.1-py3-none-any.whl", - "filename": "ml-2.6.1-py3-none-any.whl", + "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.6.0-py3-none-any.whl", + "filename": "ml-2.6.0-py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.15.0", "classifiers": [ @@ -27064,9 +27064,9 @@ } ], "summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", - "version": "2.6.1" + "version": "2.6.0" }, - "sha256Digest": "12025141ff9362e2a0c0116b1ebb45c398b08800b51204f4b1985c5e85671dd8" + "sha256Digest": "9d5d0c3c4cf260a7a4590c00200d7a9de4824017f657fe0a499887fdcf4d8b9c" } ], "monitor-control-service": [