-
Notifications
You must be signed in to change notification settings - Fork 58
Migration of Readme for autorest.python v5 based on autorest v3
Laurent Mazuel edited this page Mar 25, 2020
·
2 revisions
This applies globally to any readme.python.md that would want to be used with autorest.python v5
- Remove all
python:
section inreadme.python.md
- Remove all
($python)
tests from yaml code condition inreadme.python.md
If your SDK is multi-api ready:
- Remove the complete after_scripts section under Python in the readme.md (impacts automation only)
- Move
clear-output-folder:true
inside themultiapi
yaml block - Add a multiapiscript section like this:
### Multi-api script
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/
clear-output-folder: false
keep-version-file: true
perform-load: false
https://github.com/Azure/azure-rest-api-specs/pull/8561