Skip to content

Latest commit

 

History

History
154 lines (100 loc) · 3.5 KB

File metadata and controls

154 lines (100 loc) · 3.5 KB

Nginx

see https://aka.ms/autorest

This is the AutoRest configuration file for Nginx.


Getting Started

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

title: NginxManagementClient
openapi-type: arm
openapi-subtype: rpaas
tag: package-2024-11-01-preview

Tag: package-2024-11-01-preview

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

input-file:
  - NGINX.NGINXPLUS/preview/2024-11-01-preview/swagger.json

Tag: package-2024-09-01-preview

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

input-file:
  - NGINX.NGINXPLUS/preview/2024-09-01-preview/swagger.json

Tag: package-2024-06-01-preview

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

input-file:
- NGINX.NGINXPLUS/preview/2024-06-01-preview/swagger.json

Tag: package-2024-01-01-preview

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

input-file:
- NGINX.NGINXPLUS/preview/2024-01-01-preview/swagger.json

Tag: package-2023-09-01

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

input-file:
- NGINX.NGINXPLUS/stable/2023-09-01/swagger.json

Tag: package-2023-04-01

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

input-file:
- NGINX.NGINXPLUS/stable/2023-04-01/swagger.json

Tag: package-2022-08-01

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

input-file:
- NGINX.NGINXPLUS/stable/2022-08-01/swagger.json

Tag: package-2021-05-01-preview

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

input-file:
- NGINX.NGINXPLUS/preview/2021-05-01-preview/swagger.json

Suppression

directive:
  - suppress: PutRequestResponseSchemeArm
    from: swagger.json
    reason: Temporary suppression needed to avoid delays for business needs and maintain production timelines. It's also approved before in previous PR in private repo.

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-python
  - repo: azure-sdk-for-java
  - repo: azure-sdk-for-go
  - repo: azure-sdk-for-js
  - repo: azure-sdk-for-node
  - repo: azure-cli-extensions
  - repo: azure-resource-manager-schemas
  - repo: azure-powershell

Go

See configuration in readme.go.md

Python

See configuration in readme.python.md

C#

See configuration in readme.csharp.md

Java

See configuration in readme.java.md

TypeScript

See configuration in readme.typescript.md