Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This is the AutoRest configuration file for Databricks.

```yaml $(java) && $(multiapi)
batch:
- tag: package-2026-01-01
- tag: package-2025-10-01-preview
- tag: package-2025-08-01-preview
- tag: package-2025-03-01-preview
Expand All @@ -23,6 +24,19 @@ batch:
- tag: package-2023-05-01
```

### Tag: package-2026-01-01 and java

These settings apply only when `--tag=package-2026-01-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>`.

```yaml $(tag) == 'package-2026-01-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.databricks.v2026_01_01
output-folder: $(azure-libraries-for-java-folder)/sdk/databricks/mgmt-v2026_01_01
regenerate-manager: true
generate-interface: true
```

### Tag: package-2025-10-01-preview and java

These settings apply only when `--tag=package-2025-10-01-preview --java` is specified on the command line.
Expand Down Expand Up @@ -188,7 +202,7 @@ These are the global settings for the Databricks API.
title: AzureDatabricksManagementClient
description: The Microsoft Azure management APIs allow end users to operate on Azure Databricks Workspace / Access Connector resources.
openapi-type: arm
tag: package-2025-10-01-preview
tag: package-2026-01-01
```

### Tag: package-2018-04-01
Expand Down Expand Up @@ -310,6 +324,17 @@ input-file:
- preview/2025-10-01-preview/accessconnector.json
```

### Tag: package-2026-01-01

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

```yaml $(tag) == 'package-2026-01-01'
input-file:
- stable/2026-01-01/databricks.json
- stable/2026-01-01/vnetpeering.json
- stable/2026-01-01/accessconnector.json
```

---

# Suppressions
Expand Down
Loading
Loading