Skip to content

Commit

Permalink
update autorest version (Azure#22248)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Dec 22, 2021
1 parent 233085f commit 433e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quickstart_tooling_llc/llc_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] --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)
Expand Down

0 comments on commit 433e263

Please sign in to comment.