Skip to content

Files

This branch is 4281 commits behind Azure/azure-rest-api-specs:main.

resource-manager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 14, 2021
Apr 16, 2020
Mar 9, 2020
Nov 29, 2021
Oct 28, 2022
Mar 16, 2022
Apr 12, 2021
Jan 6, 2022

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-track2
  - repo: azure-sdk-for-go
  - repo: azure-cli-extensions
  - repo: azure-powershell

C#

These settings apply only when --csharp is specified on the command line. Please also specify --csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>.

csharp:
  azure-arm: true
  license-header: MICROSOFT_MIT_NO_VERSION
  namespace: Microsoft.Azure.Management.DataShare
  output-folder: $(csharp-sdks-folder)/datashare/Microsoft.Azure.Management.DataShare/src/Generated
  clear-output-folder: true

Python

See configuration in readme.python.md

Go

See configuration in readme.go.md