From bd3ec8c5904d2b1fbe6ab7021009c714bc15d94f Mon Sep 17 00:00:00 2001 From: Mouly Bhardwaj Date: Mon, 13 Jan 2025 19:55:34 +0530 Subject: [PATCH] [load] update min required cli core version --- src/load/HISTORY.rst | 5 +++++ src/load/azext_load/azext_metadata.json | 2 +- src/load/setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/load/HISTORY.rst b/src/load/HISTORY.rst index a6195baebc7..22386d8cf93 100644 --- a/src/load/HISTORY.rst +++ b/src/load/HISTORY.rst @@ -2,6 +2,11 @@ Release History =============== +1.4.2 +++++++ +* Update minimum required version of azure-cli-core to 2.66.0. This is needed to use `from azure.cli.core.util import run_az_cmd`, which is used in download-files command for high-scale load tests. + + 1.4.1 ++++++ * Move the `from azure.cli.core.util import run_az_cmd` to function scope to unblock users of existing features and most of the new features. Only the high scale download files feature requires this import, and it will be fixed in the next release. diff --git a/src/load/azext_load/azext_metadata.json b/src/load/azext_load/azext_metadata.json index fc7c9f095c7..044fb106bfe 100644 --- a/src/load/azext_load/azext_metadata.json +++ b/src/load/azext_load/azext_metadata.json @@ -1,3 +1,3 @@ { - "azext.minCliCoreVersion": "2.41.0" + "azext.minCliCoreVersion": "2.66.0" } \ No newline at end of file diff --git a/src/load/setup.py b/src/load/setup.py index 2416da4c471..60dddb77611 100644 --- a/src/load/setup.py +++ b/src/load/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '1.4.1' +VERSION = '1.4.2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers