Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.24 KB

File metadata and controls

61 lines (39 loc) · 1.24 KB

Azure Device Registry

see https://aka.ms/autorest

Getting Started

To build the SDKs for Azure Device Registry, simply install AutoRest via npm (npm install -g autorest) and then run:

autorest readme.md

To see additional help and options, run:

autorest --help

For other options on installation see Installing AutoRest on the AutoRest github page.


Configuration

Basic Information

These are the global settings for the Azure Device Registry.

openapi-type: arm
openapi-subtype: rpaas
tag: package-preview-2023-11
modelerfour:
  flatten-models: false

Tag: package-preview-2023-11

These settings apply only when --tag=package-preview-2023-11 is specified on the command line.

input-file:
  - Microsoft.DeviceRegistry/preview/2023-11-01-preview/deviceregistry.json

Code Generation

Swagger to SDK

This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself.

swagger-to-sdk:
  - repo: azure-sdk-for-go
  - repo: azure-sdk-for-java
  - repo: azure-sdk-for-python

Go

See configuration in readme.go.md