Skip to content

Latest commit

 

History

History
132 lines (86 loc) · 2.99 KB

File metadata and controls

132 lines (86 loc) · 2.99 KB

Azure Route

see https://aka.ms/autorest

This is the AutoRest configuration file for Route Client


Getting Started

To build the SDK for Route, 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 Route Client.

title: RouteClient
openapi-type: data-plane
tag: package-preview-2024-06
add-credentials: true
credential-default-policy-type: BearerTokenCredentialPolicy
credential-scopes: 'https://atlas.microsoft.com/.default'
track2: true
verbose: true
sdk-integration: true
modelerfour:
  additional-checks: false
  lenient-model-deduplication: true

Tag: package-preview-2024-6

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

input-file:
  - preview/2024-06-01-preview/route.json
  
suppressions:
  - code: OperationIdNounVerb
    reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.

Tag: package-preview-2024-5

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

input-file:
  - preview/2024-05-01-preview/route.json

suppressions:
  - code: OperationIdNounVerb
    reason: False alarm. Per the Noun_Verb convention for Operation Ids, the noun 'Route' should not appear after the underscore.

Tag: package-preview-2024-04

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

input-file:
  - preview/2024-04-01-preview/route.json

Tag: package-preview-2023-10

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

input-file:
  - preview/2023-10-01-preview/route.json

Tag: package-preview-2023-09

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

input-file:
  - preview/2023-09-01-preview/route.json

Tag: package-preview-2023-08

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

input-file:
  - preview/2023-08-01-preview/route.json

Tag: 1.0

These settings apply only when --tag=1.0 is specified on the command line.

input-file:
  - preview/1.0/route.json

Code Generation

Python

See configuration in readme.python.md

Java

See configuration in readme.java.md

TypeScript

See configuration in readme.typescript.md

CSharp

See configuration in readme.csharp.md

Go

See configuration in readme.go.md