We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233085f commit 433e263Copy full SHA for 433e263
scripts/quickstart_tooling_llc/llc_initial.py
@@ -77,7 +77,7 @@ def build_package(**kwargs) -> None:
77
78
# generate code with autorest and swagger readme
79
_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/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)
81
82
# generate necessary file(setup.py, CHANGELOG.md, etc)
83
work_path = Path(output_folder)
0 commit comments