Skip to content

Latest commit

 

History

History
199 lines (136 loc) · 5.36 KB

File metadata and controls

199 lines (136 loc) · 5.36 KB

communicationservices

see https://aka.ms/autorest

This is the AutoRest configuration file for communicationservices.

Getting Started

To build the SDKs for My API, simply install AutoRest via npm (npm install -g autorest) and then run:

autorest readme.md

To see additional help and options, run:

autorest --help

For other options on installation see Installing AutoRest on the AutoRest github page.


Configuration

Basic Information

These are the global settings for the communicationservices.

openapi-type: data-plane
tag: package-2020-07-20-preview1

Tag: package-2020-07-20-preview1

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

input-file:
  - Microsoft.CommunicationServicesAdministration/preview/2020-07-20-preview1/communicationservicesadministration.json
  - Microsoft.CommunicationServicesSms/preview/2020-07-20-preview1/communicationservicessms.json
title:
  Azure Communication Services
openapi-type: data-plane
tag: package-2020-09-21-preview2

Tag: package-2020-09-21-preview2

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

input-file:
  - Microsoft.CommunicationServicesChat/preview/2020-09-21-preview2/communicationserviceschat.json
title:
  Azure Communication Services

Tag: package-2020-11-01-preview3

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

input-file:
  - Microsoft.CommunicationServicesChat/preview/2020-11-01-preview3/communicationserviceschat.json
title:
  Azure Communication Services

Tag: package-2021-01-27-preview4

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

input-file:
  - Microsoft.CommunicationServicesChat/preview/2021-01-27-preview4/communicationserviceschat.json
title:
  Azure Communication Services

Tag: package-2021-03-01-preview5

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

input-file:
  - Microsoft.CommunicationServicesChat/preview/2021-03-01-preview5/communicationserviceschat.json
title:
  Azure Communication Services

Tag: package-chat-2021-03-07

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

input-file:
  - Microsoft.CommunicationServicesChat/stable/2021-03-07/communicationserviceschat.json
title:
  Azure Communication Services

Tag: package-2020-07-20-preview2

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

input-file:
  - Microsoft.CommunicationServicesIdentity/preview/2020-07-20-preview2/CommunicationIdentity.json

Tag: package-2021-03-07

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

input-file:
  - Microsoft.CommunicationServicesIdentity/stable/2021-03-07/CommunicationIdentity.json
title:
  Azure Communication Services

Tag: package-phonenumbers-2021-03-07

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

input-file:
  - Microsoft.CommunicationServicesPhoneNumbers/stable/2021-03-07/phonenumbers.json
title:
  Azure Communication Services

Tag: package-sms-2021-03-07

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

input-file:
  - Microsoft.CommunicationServicesSms/stable/2021-03-07/communicationservicessms.json
title:
  Azure Communication Services

Tag: package-2021-02-22-preview1

These settings apply only when --tag=package-2021-02-22-preview1 is specified on the command line.

input-file:
  - Microsoft.CommunicationServicesTurn/preview/2021-02-22-preview1/CommunicationTurn.json
  - Microsoft.CommunicationServicesIdentity/preview/2021-02-22-preview1/CommunicationIdentity.json

Tag: package-2020-11-19-preview1

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

input-file:
  - Microsoft.CommunicationServicesCommon/preview/2020-11-19-preview1/common.json

Supression

directive:
  - from:
    - phonenumbers.json
    suppress:
    - R2005 #Long running operation status code
    reason:
    - Approval from Azure review board that Long Running Operations can return 202s.

Code Generation

Swagger to SDK

This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself.

Python

See configuration in readme.python.md

Ruby

See configuration in readme.ruby.md

TypeScript

See configuration in readme.typescript.md

CSharp

See configuration in readme.csharp.md