Skip to content

Latest commit

 

History

History
159 lines (105 loc) · 3.63 KB

File metadata and controls

159 lines (105 loc) · 3.63 KB

Advisor

see https://aka.ms/autorest

This is the AutoRest configuration file for Advisor.


Getting Started

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

openapi-type: arm
tag: package-2023-01

Tag: package-2023-01

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

input-file:
  - Microsoft.Advisor/stable/2023-01-01/advisor.json

Tag: package-2022-10

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

input-file:
  - Microsoft.Advisor/stable/2022-10-01/advisor.json

Tag: package-2022-09

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

input-file:
  - Microsoft.Advisor/stable/2022-09-01/advisor.json

Tag: package-2022-02-preview

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

input-file:
  - Microsoft.Advisor/preview/2022-02-01-preview/predictRecommendation.json

Tag: package-2020-07-preview

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

input-file:
  - Microsoft.Advisor/preview/2020-07-01-preview/advisor.json

Tag: package-2020-01

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

input-file:
  - Microsoft.Advisor/stable/2020-01-01/advisor.json

Tag: package-2017-04

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

input-file:
- Microsoft.Advisor/stable/2017-04-19/advisor.json

Tag: package-2017-03

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

input-file:
- Microsoft.Advisor/stable/2017-03-31/advisor.json

Tag: package-2016-07-preview

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

input-file:
- Microsoft.Advisor/preview/2016-07-12-preview/advisor.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

Go

See configuration in readme.go.md

Python

See configuration in readme.python.md

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
  payload-flattening-threshold: 1
  license-header: MICROSOFT_MIT_NO_VERSION
  namespace: Microsoft.Azure.Management.Advisor
  output-folder: $(csharp-sdks-folder)/advisor/Microsoft.Azure.Management.Advisor/src/Generated
  clear-output-folder: true

Java

See configuration in readme.java.md