Skip to content

Commit 433e263

Browse files
authored
update autorest version (Azure#22248)
1 parent 233085f commit 433e263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/quickstart_tooling_llc/llc_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def build_package(**kwargs) -> None:
7777

7878
# generate code with autorest and swagger readme
7979
_LOGGER.info("generate SDK code with autorest")
80-
check_call(f'autorest --version=3.4.5 --python --use=@autorest/python@5.8.4 --use=@autorest/[email protected] --python-mode=update {swagger_readme}', shell=True)
80+
check_call(f'autorest --version=latest --python --use=@autorest/python@latest --python-mode=update {swagger_readme}', shell=True)
8181

8282
# generate necessary file(setup.py, CHANGELOG.md, etc)
8383
work_path = Path(output_folder)

0 commit comments

Comments
 (0)