From 7806144f6bb47164440d98f62ad454e6ac756e8b Mon Sep 17 00:00:00 2001 From: singankit Date: Thu, 29 Jul 2021 10:45:28 -0700 Subject: [PATCH 1/5] Updating azure-ml-cli version (patch update) --- src/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.json b/src/index.json index 3cb4ac12b64..35ff69128c3 100644 --- a/src/index.json +++ b/src/index.json @@ -4701,8 +4701,8 @@ ], "azure-cli-ml": [ { - "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.29.0-py3-none-any.whl", - "filename": "azure_cli_ml-1.29.0-py3-none-any.whl", + "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.29.0.1-py3-none-any.whl", + "filename": "azure_cli_ml-1.29.0.1-py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.3.1", "classifiers": [ @@ -4763,9 +4763,9 @@ ] } ], - "version": "1.29.0" + "version": "1.29.0.1" }, - "sha256Digest": "da655bfc3ad1d987465dd59742a232fbebde9f6c6262b0c5c7eba5e6b5d51b05" + "sha256Digest": "92b99bc56d44e16d735b0cf0892d7ee5f0f2e264edce3ba509fac5508011abfc" }, { "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.5.0-py2.py3-none-any.whl", From 43ac664dc418a96d5906be31ca1dac06ce1115ce Mon Sep 17 00:00:00 2001 From: singankit Date: Mon, 2 Aug 2021 10:47:43 -0700 Subject: [PATCH 2/5] Updating azure-cli-ml version to 1.33.0 --- src/index.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/index.json b/src/index.json index 35ff69128c3..8ac311f0bfa 100644 --- a/src/index.json +++ b/src/index.json @@ -4701,8 +4701,8 @@ ], "azure-cli-ml": [ { - "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.29.0.1-py3-none-any.whl", - "filename": "azure_cli_ml-1.29.0.1-py3-none-any.whl", + "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.33.0-py3-none-any.whl", + "filename": "azure_cli_ml-1.33.0-py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.3.1", "classifiers": [ @@ -4712,7 +4712,8 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8" + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9" ], "description_content_type": "text/x-rst", "extensions": { @@ -4743,7 +4744,7 @@ { "requires": [ "adal (>=1.2.1)", - "azureml-cli-common (~=1.29.0)", + "azureml-cli-common (~=1.33.0)", "cryptography (<=3.3.2)", "docker (>=3.7.2)", "msrest (>=0.6.6)", @@ -4763,9 +4764,9 @@ ] } ], - "version": "1.29.0.1" + "version": "1.33.0" }, - "sha256Digest": "92b99bc56d44e16d735b0cf0892d7ee5f0f2e264edce3ba509fac5508011abfc" + "sha256Digest": "93e7a3ad47e6085ccef3b73ba1e24ef6aa21e48e72e8a22f6364195ccaa5cae2" }, { "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.5.0-py2.py3-none-any.whl", From a03cf255eb6911a8e4f8b02d8fc770b4dd2e8783 Mon Sep 17 00:00:00 2001 From: singankit Date: Mon, 2 Aug 2021 12:18:59 -0700 Subject: [PATCH 3/5] Updating supported python versions --- src/index.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.json b/src/index.json index 8ac311f0bfa..36cc23d34e7 100644 --- a/src/index.json +++ b/src/index.json @@ -4712,8 +4712,7 @@ "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" + "Programming Language :: Python :: 3.8" ], "description_content_type": "text/x-rst", "extensions": { From 7e58881b3287b097e5a4ae18478dd5444ae96b17 Mon Sep 17 00:00:00 2001 From: singankit Date: Mon, 2 Aug 2021 20:45:08 -0700 Subject: [PATCH 4/5] Metadata in whl should match index.json --- src/index.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 36cc23d34e7..8ac311f0bfa 100644 --- a/src/index.json +++ b/src/index.json @@ -4712,7 +4712,8 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8" + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9" ], "description_content_type": "text/x-rst", "extensions": { From 831d50840554473010a5e3bdea14fb55a7de7ee6 Mon Sep 17 00:00:00 2001 From: singankit Date: Wed, 4 Aug 2021 10:53:22 -0700 Subject: [PATCH 5/5] Updating extension whl to fix linter issues --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 8ac311f0bfa..b3a89417c84 100644 --- a/src/index.json +++ b/src/index.json @@ -4766,7 +4766,7 @@ ], "version": "1.33.0" }, - "sha256Digest": "93e7a3ad47e6085ccef3b73ba1e24ef6aa21e48e72e8a22f6364195ccaa5cae2" + "sha256Digest": "8ed9f235f417672a27c6f1abb1473d063e2adf11f6cbf91683124cfa7b8ac8e4" }, { "downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.5.0-py2.py3-none-any.whl",