[load] update min required cli core version (#8413)

This commit is contained in:
mbhardwaj-msft 2025-01-15 13:39:44 +05:30 коммит произвёл GitHub
Родитель 92250cc816
Коммит 49b53f8d67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -1,3 +1,3 @@
{
"azext.minCliCoreVersion": "2.41.0"
"azext.minCliCoreVersion": "2.66.0"
}

Просмотреть файл

@ -10,7 +10,7 @@ from setuptools import setup, find_packages
# 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