Skip to content

Commit 34d6184

Browse files
Update SDK API to d09dbd77f5a9560cbb816746773da43a8bdbde08 (#1337)
This PR updates the SDK to the latest API changes. NO_CHANGELOG=true Co-authored-by: databricks-ci-ghec-1[bot] <184311507+databricks-ci-ghec-1[bot]@users.noreply.github.com>
1 parent 5f0964e commit 34d6184

36 files changed

+36
-390
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a806a7cfabedc16c79a32e5b14898e1679aa22d3
1+
d09dbd77f5a9560cbb816746773da43a8bdbde08

.github/workflows/next-changelog.yml

100644100755
File mode changed.

.github/workflows/tagging.yml

100644100755
File mode changed.

NEXT_CHANGELOG.md

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
### Internal Changes
1414

1515
### API Changes
16+
* Add `disable_gov_tag_creation` field for `databricks.sdk.service.settings.RestrictWorkspaceAdminsMessage`.
17+
* Add `disable_gov_tag_creation` field for `databricks.sdk.service.settingsv2.RestrictWorkspaceAdminsMessage`.

databricks/sdk/service/environments.py

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databricks/sdk/service/settings.py

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databricks/sdk/service/settingsv2.py

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dbdataclasses/agentbricks.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ These dataclasses are used in the SDK to represent API requests and responses fo
1212
:members:
1313
:undoc-members:
1414

15-
.. py:class:: HostType
16-
17-
Enum representing the type of Databricks host.
18-
19-
.. py:attribute:: ACCOUNTS
20-
:value: "ACCOUNTS"
21-
22-
.. py:attribute:: WORKSPACE
23-
:value: "WORKSPACE"
24-
25-
.. py:attribute:: UNIFIED
26-
:value: "UNIFIED"
27-
2815
.. py:class:: State
2916
3017
States of Custom LLM optimization lifecycle.

docs/dbdataclasses/apps.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -706,19 +706,6 @@ These dataclasses are used in the SDK to represent API requests and responses fo
706706
:members:
707707
:undoc-members:
708708

709-
.. py:class:: HostType
710-
711-
Enum representing the type of Databricks host.
712-
713-
.. py:attribute:: ACCOUNTS
714-
:value: "ACCOUNTS"
715-
716-
.. py:attribute:: WORKSPACE
717-
:value: "WORKSPACE"
718-
719-
.. py:attribute:: UNIFIED
720-
:value: "UNIFIED"
721-
722709
.. autoclass:: ListAppDeploymentsResponse
723710
:members:
724711
:undoc-members:

docs/dbdataclasses/catalog.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -866,19 +866,6 @@ These dataclasses are used in the SDK to represent API requests and responses fo
866866
:members:
867867
:undoc-members:
868868

869-
.. py:class:: HostType
870-
871-
Enum representing the type of Databricks host.
872-
873-
.. py:attribute:: ACCOUNTS
874-
:value: "ACCOUNTS"
875-
876-
.. py:attribute:: WORKSPACE
877-
:value: "WORKSPACE"
878-
879-
.. py:attribute:: UNIFIED
880-
:value: "UNIFIED"
881-
882869
.. py:class:: IsolationMode
883870
884871
.. py:attribute:: ISOLATION_MODE_ISOLATED

0 commit comments

Comments
 (0)