Skip to content

Latest commit

 

History

History

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 the HANA on Azure API.

title: HealthcareApisManagementClient
description: Azure Healthcare APIs Client
openapi-type: arm
tag: package-2018-08
azure-arm: true

Tag: package-2018-08-preview

These settings apply only when --tag=package-2018-08 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-python
  - repo: azure-sdk-for-java
  - repo: azure-sdk-for-go
  - repo: azure-sdk-for-js
  - repo: azure-sdk-for-node

Python

These settings apply only when --python is specified on the command line. Please also specify --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>. Use --python-mode=update if you already have a setup.py and just want to update the code itself.

python-mode: create
python:
  azure-arm: true
  license-header: MICROSOFT_MIT_NO_VERSION
  payload-flattening-threshold: 2
  namespace: azure.mgmt.healthcareapis
  package-name: azure-mgmt-healthcareapis
  clear-output-folder: true
  package-version: 0.1.0
python:
  no-namespace-folders: true
  output-folder: $(python-sdks-folder)/azure-mgmt-healthcareapis/azure/mgmt/healthcareapis
python:
  basic-setup-py: true
  output-folder: $(python-sdks-folder)/azure-mgmt-healthcareapis

Go

See configuration in readme.go.md

Java

These settings apply only when --java is specified on the command line. Please also specify --azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>.

azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.healthcareapis
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-healthcareapis

Java multi-api

batch:
  - tag: package-2018-08

Tag: package-2018-08 and java

These settings apply only when --tag=package-2018-08 --java is specified on the command line. Please also specify --azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>.

java:
  namespace: com.microsoft.azure.management.healthcareapis.v2018_08_20_preview
  output-folder: $(azure-libraries-for-java-folder)/healthcareapis/resource-manager/v2018_08_20_preview
regenerate-manager: true
generate-interface: true