From e0fd61935997b5cdfc7f60b13832c5aa1bfee203 Mon Sep 17 00:00:00 2001 From: Xing Wu Date: Tue, 16 Jan 2018 16:33:57 -0800 Subject: [PATCH 1/2] update batch extension hash --- src/index.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/index.json b/src/index.json index df734e9f3b2..e1c51e2885a 100644 --- a/src/index.json +++ b/src/index.json @@ -3,12 +3,11 @@ "extensions": { "azure-batch-cli-extensions": [ { - "filename": "azure_batch_cli_extensions-2.0.0-py2.py3-none-any.whl", - "sha256Digest": "ccdfd15a2a33e2f3298e64051f556da76d7bec6e1008fd28a6467803df8ae8cb", - "downloadUrl": "https://github.com/Azure/azure-batch-cli-extensions/releases/download/azure-batch-cli-extensions-2.0.0/azure_batch_cli_extensions-2.0.0-py2.py3-none-any.whl", + "filename": "azure_batch_cli_extensions-2.1.0-py2.py3-none-any.whl", + "sha256Digest": "c81d17e4dd40aaf310f652d72e1fcaedcc4f9ffd401a68e9a17547689d3f1e38", + "downloadUrl": "https://github.com/Azure/azure-batch-cli-extensions/releases/download/azure-batch-cli-extensions-2.1.0/azure_batch_cli_extensions-2.1.0-py2.py3-none-any.whl", "metadata": { - "azext.maxCliCoreVersion": "2.0.18", - "azext.minCliCoreVersion": "2.0.17", + "azext.maxCliCoreVersion": "2.0.24", "extensions": { "python.details": { "contacts": [ @@ -28,10 +27,10 @@ }, "generator": "bdist_wheel (0.30.0)", "license": "MIT", - "metadata_version": "2.0", + "metadata_version": "2.1", "name": "azure-batch-cli-extensions", "summary": "Microsoft Azure Command-Line Tools Extended Batch Command Module", - "version": "2.0.0" + "version": "2.1.0" } } ], From 55eb5efb41e097e79f81c0704a4f8481a97aafc1 Mon Sep 17 00:00:00 2001 From: Xing Wu Date: Wed, 17 Jan 2018 10:46:40 -0800 Subject: [PATCH 2/2] update the metadata to match with extension --- src/index.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/index.json b/src/index.json index e1c51e2885a..4ad6f76e5d9 100644 --- a/src/index.json +++ b/src/index.json @@ -7,7 +7,8 @@ "sha256Digest": "c81d17e4dd40aaf310f652d72e1fcaedcc4f9ffd401a68e9a17547689d3f1e38", "downloadUrl": "https://github.com/Azure/azure-batch-cli-extensions/releases/download/azure-batch-cli-extensions-2.1.0/azure_batch_cli_extensions-2.1.0-py2.py3-none-any.whl", "metadata": { - "azext.maxCliCoreVersion": "2.0.24", + "azext.minCliCoreVersion": "2.0.24", + "azext.maxCliCoreVersion": "2.1.0", "extensions": { "python.details": { "contacts": [ @@ -25,9 +26,9 @@ } } }, - "generator": "bdist_wheel (0.30.0)", + "generator": "bdist_wheel (0.29.0)", "license": "MIT", - "metadata_version": "2.1", + "metadata_version": "2.0", "name": "azure-batch-cli-extensions", "summary": "Microsoft Azure Command-Line Tools Extended Batch Command Module", "version": "2.1.0"