Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 1.49 KB

File metadata and controls

75 lines (45 loc) · 1.49 KB

Azure Search

see https://aka.ms/autorest

This is the AutoRest configuration file for Search Client


Getting Started

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

title: SearchClient
openapi-type: data-plane
tag: 1.0-preview
# at some point those credentials will move away to Swagger according to [this](https://github.com/Azure/autorest/issues/3718)
add-credentials: true
credential-default-policy-type: BearerTokenCredentialPolicy
credential-scopes: https://atlas.microsoft.com/.default

Tag: 1.0-preview

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

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

Tag: 2.0-preview

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

input-file:
  - preview/2021-11-01-preview/geocoding.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