Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 634 Bytes

protocol-generator.md

File metadata and controls

28 lines (18 loc) · 634 Bytes

DPS Service Client

see https://aka.ms/autorest

Getting Started

To build the DPS Service Client, simply install AutoRest in Node.js via npm (npm install -g autorest) and then run:

autorest protocol-generator.md

To see additional help and options, run:

autorest --help

For other options on installation see Installing Autorest on the AutoRest GitHub page


Configuration

The following are the settings for using this API with AutoRest

input-file: service.json

python:
    namespace: protocol
    output-folder: src/azure/iot/hub
    add-credentials: True