Skip to content

Latest commit

 

History

History
244 lines (162 loc) · 6.07 KB

File metadata and controls

244 lines (162 loc) · 6.07 KB

HealthcareApis

see https://aka.ms/autorest

This is the AutoRest configuration file for HealthcareApis.


Getting Started

To build the SDK for HealthcareApis, 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 HealthcareApis service.

title: HealthcareApisManagementClient
description: Azure Healthcare APIs Client
openapi-type: arm
tag: package-2024-03-31
azure-arm: true

Tag: package-2024-03-31

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

input-file:
  - Microsoft.HealthcareApis/stable/2024-03-31/healthcare-apis.json

Tag: package-2024-03

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

input-file:
  - Microsoft.HealthcareApis/stable/2024-03-01/healthcare-apis.json

Tag: package-2023-12

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

input-file:
  - Microsoft.HealthcareApis/stable/2023-12-01/healthcare-apis.json

Tag: package-2023-11

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

input-file:
  - Microsoft.HealthcareApis/stable/2023-11-01/healthcare-apis.json

Tag: package-2023-09

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

input-file:
  - Microsoft.HealthcareApis/stable/2023-09-06/healthcare-apis.json

Tag: package-2023-02

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

input-file:
  - Microsoft.HealthcareApis/stable/2023-02-28/healthcare-apis.json

Tag: package-2022-12

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

input-file:
  - Microsoft.HealthcareApis/stable/2022-12-01/healthcare-apis.json

Tag: package-preview-2022-10

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

input-file:
  - Microsoft.HealthcareApis/preview/2022-10-01-preview/healthcare-apis.json

Tag: package-2022-06

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

input-file:
  - Microsoft.HealthcareApis/stable/2022-06-01/healthcare-apis.json

Tag: package-2022-05

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

input-file:
  - Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json

Tag: package-preview-2022-01

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

input-file:
  - Microsoft.HealthcareApis/preview/2022-01-31-preview/healthcare-apis.json

Tag: package-2021-11

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

input-file:
  - Microsoft.HealthcareApis/stable/2021-11-01/healthcare-apis.json

Tag: package-preview-2021-06

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

input-file:
  - Microsoft.HealthcareApis/preview/2021-06-01-preview/healthcare-apis.json

Tag: package-2021-01

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

input-file:
  - Microsoft.HealthcareApis/stable/2021-01-11/healthcare-apis.json

Tag: package-2020-03-30

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

input-file:
  - Microsoft.HealthcareApis/stable/2020-03-30/healthcare-apis.json

Tag: package-2020-03

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

input-file:
  - Microsoft.HealthcareApis/stable/2020-03-15/healthcare-apis.json

Tag: package-2019-09

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

input-file:
- Microsoft.HealthcareApis/stable/2019-09-16/healthcare-apis.json

Tag: package-2018-08-preview

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

input-file:
- Microsoft.HealthcareApis/preview/2018-08-20-preview/healthcare-apis.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-resource-manager-schemas
  - repo: azure-powershell

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:
  # last generated with AutoRest.2.0.4144
  azure-arm: true
  license-header: MICROSOFT_MIT_NO_VERSION
  namespace: Microsoft.Azure.Management.HealthcareApis
  output-folder: $(csharp-sdks-folder)/healthcareapis/Microsoft.Azure.Management.HealthcareApis/src/Generated
  clear-output-folder: true

Python

See configuration in readme.python.md

CLI

See configuration in readme.cli.md

Go

See configuration in readme.go.md

Java

See configuration in readme.java.md