[load] update min required cli core version (#8413)
This commit is contained in:
Родитель
92250cc816
Коммит
49b53f8d67
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче