Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 1.67 KB

File metadata and controls

80 lines (48 loc) · 1.67 KB

DeveloperHub

see https://aka.ms/autorest

This is the AutoRest configuration file for DeveloperHub.

Getting Started

To build the SDKs for the DeveloperHub API, 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 DeveloperHub API.

openapi-type: arm
tag: package-preview-2022-10

Tag: package-preview-2022-10

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

input-file:
  - Microsoft.DevHub/preview/2022-10-11-preview/workflow.json

Tag: package-preview-2022-04

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

input-file:
  - Microsoft.DevHub/preview/2022-04-01-preview/workflow.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-python-track2
  - repo: azure-sdk-for-js

Python

See configuration in readme.python.md

Go

See configuration in readme.go.md

Java

See configuration in readme.java.md

TypeScript

See configuration in readme.typescript.md