Skip to content

Autorest v3 based generator cheatsheet

Laurent Mazuel edited this page Sep 25, 2019 · 13 revisions

Run pure Python on a YAML model

python -m autorest.code_generator code-model-v3-remodeler.yaml

autorest-beta --use:@autorest/modelerfour@~4.0.9 --output-artifact:code-model-v4-no-tags --input-file:https://github.com/Azure/azure-rest-api-specs/blob/master/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/storage.json --output-folder=.

Clone this wiki locally