Skip to content

Latest commit

 

History

History
162 lines (104 loc) · 3.5 KB

File metadata and controls

162 lines (104 loc) · 3.5 KB

Device Provisioning Services

see https://aka.ms/autorest

This is the AutoRest configuration file for Device Provisioning Services.


Getting Started

To build the SDK for DeviceProvisioningServices, simply Install AutoRest and in this folder, run:

autorest

To see additional help and options, run:

autorest --help


Configuration

Basic Information

These are the global settings for the API.

openapi-type: arm
azure-arm: true
tag: package-preview-2023-03

Tag: package-preview-2023-03

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

input-file:
  - Microsoft.Devices/preview/2023-03-01-preview/iotdps.json

Tag: package-2022-12

These settings apply only when --tag=package-2022-12 is specified on the command line.

input-file:
  - Microsoft.Devices/stable/2022-12-12/iotdps.json

Tag: package-2022-02

These settings apply only when --tag=package-2022-02 is specified on the command line.

input-file:
  - Microsoft.Devices/stable/2022-02-05/iotdps.json

Tag: package-preview-2020-09

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

input-file:
  - Microsoft.Devices/preview/2020-09-01-preview/iotdps.json

Tag: package-2020-03

These settings apply only when --tag=package-2020-03 is specified on the command line.

input-file:
  - Microsoft.Devices/stable/2020-03-01/iotdps.json

Tag: package-preview-2017-08

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

input-file:
- Microsoft.Devices/preview/2017-08-21-preview/iotdps.json

Tag: package-2017-11

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

input-file:
- Microsoft.Devices/stable/2017-11-15/iotdps.json

Tag: package-2018-01

These settings apply only when --tag=package-2018-01 is specified on the command line.

input-file:
- Microsoft.Devices/stable/2018-01-22/iotdps.json

Tag: package-2020-01

These settings apply only when --tag=package-2020-01 is specified on the command line.

input-file:
- Microsoft.Devices/stable/2020-01-01/iotdps.json

Tag: package-2021-10

These settings apply only when --tag=package-2021-10 is specified on the command line.

input-file:
- Microsoft.Devices/stable/2021-10-15/iotdps.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-net-track2
  - repo: azure-sdk-for-python
  - repo: azure-sdk-for-java
  - repo: azure-sdk-for-go
  - repo: azure-sdk-for-js
  - repo: azure-sdk-for-node
  - repo: azure-resource-manager-schemas
  - repo: azure-powershell

C#

See configuration in readme.csharp.md

Python

See configuration in readme.python.md

Go

See configuration in readme.go.md

Java

See configuration in readme.java.md