Skip to content

Autorest Template

Paymaun edited this page May 14, 2018 · 8 revisions

The CLI IoT extension makes heavy use of swagger specs via autorest.

Below is an example autorest config template to place in a config.md

My API

see https://aka.ms/autorest

Configuration

input-file: <input swagger>.json
namespace: <namespace>

python:
  - output-folder: Azure.Python
    azure-arm: true
    license-header: MICROSOFT_MIT
Clone this wiki locally