From 433e2636a3993a00fb16af8643c9c51dc3e8726f Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 22 Dec 2021 11:20:11 +0800 Subject: [PATCH] update autorest version (#22248) --- scripts/quickstart_tooling_llc/llc_initial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quickstart_tooling_llc/llc_initial.py b/scripts/quickstart_tooling_llc/llc_initial.py index 21719e55f6dc..ae53fffbe75b 100644 --- a/scripts/quickstart_tooling_llc/llc_initial.py +++ b/scripts/quickstart_tooling_llc/llc_initial.py @@ -77,7 +77,7 @@ def build_package(**kwargs) -> None: # generate code with autorest and swagger readme _LOGGER.info("generate SDK code with autorest") - check_call(f'autorest --version=3.4.5 --python --use=@autorest/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --python-mode=update {swagger_readme}', shell=True) + check_call(f'autorest --version=latest --python --use=@autorest/python@latest --python-mode=update {swagger_readme}', shell=True) # generate necessary file(setup.py, CHANGELOG.md, etc) work_path = Path(output_folder)