Skip to content

Autorest Template

Paymaun edited this page Feb 1, 2020 · 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

IoT extension SDK

see https://aka.ms/autorest

Configuration

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

python:
  - output-folder: Azure.Python
    azure-arm: false
    license-header: MICROSOFT_MIT
    add-credentials: true

Clone this wiki locally