Skip to content

Latest commit

 

History

History
117 lines (78 loc) · 2.62 KB

File metadata and controls

117 lines (78 loc) · 2.62 KB

Databricks

see https://aka.ms/autorest

This is the AutoRest configuration file for Databricks.


Java multi-api

batch:
  - tag: package-2018-04-01

Tag: package-2018-04-01 and java

These settings apply only when --tag=package-2018-04-01 --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.databricks.v2018_04_01
  output-folder: $(azure-libraries-for-java-folder)/sdk/databricks/mgmt-v2018_04_01
regenerate-manager: true
generate-interface: true

Getting Started

To build the SDK for Databricks, 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 Databricks API.

openapi-type: arm
tag: package-2021-04-01-preview

Tag: package-2018-04-01

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

input-file:
- Microsoft.Databricks/stable/2018-04-01/databricks.json
- Microsoft.Databricks/stable/2018-04-01/vnetpeering.json

Tag: package-2021-04-01-preview

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

input-file:
- Microsoft.Databricks/preview/2021-04-01-preview/databricks.json
- Microsoft.Databricks/stable/2018-04-01/vnetpeering.json

Suppressions

directive:
  - suppress: R3016
    from: databricks.json 
    where: $.definitions.Encryption.properties.KeyName
    reason: Response from service is not camel case

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-powershell
  - repo: azure-sdk-for-python
  - repo: azure-sdk-for-python-track2
  - repo: azure-sdk-for-go
  - repo: azure-sdk-for-js
  - repo: azure-sdk-for-node
  - repo: azure-resource-manager-schemas
    after_scripts:
      - node sdkauto_afterscript.js databricks/resource-manager

Go

See configuration in readme.go.md

Python

See configuration in readme.python.md

AzureResourceSchema

See configuration in readme.azureresourceschema.md