Skip to content

Latest commit

 

History

History
104 lines (64 loc) · 2.16 KB

File metadata and controls

104 lines (64 loc) · 2.16 KB

DataShare

see https://aka.ms/autorest

This is the AutoRest configuration file for DataShare.


Getting Started

To build the SDK for DataShare, 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 DataShare API.

openapi-type: arm
tag: package-2020-09-01

Tag: package-2018-11-01-preview

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

input-file:
- Microsoft.DataShare/preview/2018-11-01-preview/DataShare.json

Tag: package-2019-11-01

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

input-file:
- Microsoft.DataShare/stable/2019-11-01/DataShare.json

Tag: package-2020-09-01

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

input-file:
- Microsoft.DataShare/stable/2020-09-01/DataShare.json

Tag: package-2020-10-01-preview

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

input-file:
- Microsoft.DataShare/preview/2020-10-01-preview/DataShare.json

Tag: package-2021-08-01

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

input-file:
- Microsoft.DataShare/stable/2021-08-01/DataShare.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-go
  - repo: azure-cli-extensions
  - repo: azure-powershell

Python

See configuration in readme.python.md

Go

See configuration in readme.go.md