@@ -10,6 +10,7 @@ This is the AutoRest configuration file for Databricks.
1010
1111``` yaml $(java) && $(multiapi)
1212batch :
13+ - tag : package-2026-01-01
1314 - tag : package-2025-10-01-preview
1415 - tag : package-2025-08-01-preview
1516 - tag : package-2025-03-01-preview
@@ -23,6 +24,19 @@ batch:
2324 - tag : package-2023-05-01
2425` ` `
2526
27+ ### Tag: package-2026-01-01 and java
28+
29+ These settings apply only when ` --tag=package-2026-01-01 --java` is specified on the command line.
30+ Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
31+
32+ ` ` ` yaml $(tag) == 'package-2026-01-01' && $(java) && $(multiapi)
33+ java:
34+ namespace: com.microsoft.azure.management.databricks.v2026_01_01
35+ output-folder: $(azure-libraries-for-java-folder)/sdk/databricks/mgmt-v2026_01_01
36+ regenerate-manager: true
37+ generate-interface: true
38+ ` ` `
39+
2640# ## Tag: package-2025-10-01-preview and java
2741
2842These settings apply only when `--tag=package-2025-10-01-preview --java` is specified on the command line.
@@ -188,7 +202,7 @@ These are the global settings for the Databricks API.
188202title: AzureDatabricksManagementClient
189203description: The Microsoft Azure management APIs allow end users to operate on Azure Databricks Workspace / Access Connector resources.
190204openapi-type: arm
191- tag: package-2025-10- 01-preview
205+ tag: package-2026- 01-01
192206` ` `
193207
194208# ## Tag: package-2018-04-01
@@ -310,6 +324,17 @@ input-file:
310324 - preview/2025-10-01-preview/accessconnector.json
311325` ` `
312326
327+ # ## Tag: package-2026-01-01
328+
329+ These settings apply only when `--tag=package-2026-01-01` is specified on the command line.
330+
331+ ` ` ` yaml $(tag) == 'package-2026-01-01'
332+ input-file:
333+ - stable/2026-01-01/databricks.json
334+ - stable/2026-01-01/vnetpeering.json
335+ - stable/2026-01-01/accessconnector.json
336+ ` ` `
337+
313338---
314339
315340# Suppressions
0 commit comments