|
15 | 15 | ### Internal Changes |
16 | 16 |
|
17 | 17 | ### API Changes |
| 18 | +* Add `databricks.sdk.service.supervisoragents` package. |
| 19 | +* Add [w.secrets_uc](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/catalog/secrets_uc.html) workspace-level service. |
| 20 | +* Add [w.supervisor_agents](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/supervisoragents/supervisor_agents.html) workspace-level service. |
| 21 | +* Add `update()` method for [w.tokens](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/tokens.html) workspace-level service. |
| 22 | +* Add `etag` field for `databricks.sdk.service.dashboards.GenieSpace`. |
| 23 | +* Add `etag` field for `databricks.sdk.service.dashboards.GenieUpdateSpaceRequest`. |
| 24 | +* Add `branch_id` field for `databricks.sdk.service.postgres.BranchStatus`. |
| 25 | +* Add `catalog_id` field for `databricks.sdk.service.postgres.CatalogCatalogStatus`. |
| 26 | +* Add `database_id` field for `databricks.sdk.service.postgres.DatabaseDatabaseStatus`. |
| 27 | +* Add `endpoint_id` field for `databricks.sdk.service.postgres.EndpointStatus`. |
| 28 | +* Add `project_id` field for `databricks.sdk.service.postgres.ProjectStatus`. |
| 29 | +* Add `role_id` field for `databricks.sdk.service.postgres.RoleRoleStatus`. |
| 30 | +* Add `project` field for `databricks.sdk.service.postgres.SyncedTableSyncedTableStatus`. |
| 31 | +* Add `manual` field for `databricks.sdk.service.provisioning.CreateGcpKeyInfo`. |
| 32 | +* Add `manual` field for `databricks.sdk.service.provisioning.GcpKeyInfo`. |
| 33 | +* Add `apps_runtime` and `lakebase_runtime` fields for `databricks.sdk.service.settings.CustomerFacingIngressNetworkPolicyRequestDestination`. |
| 34 | +* Add `blocked_internet_destinations` field for `databricks.sdk.service.settings.EgressNetworkPolicyNetworkAccessPolicy`. |
| 35 | +* Add `columns_to_sync` field for `databricks.sdk.service.vectorsearch.DeltaSyncVectorIndexSpecResponse`. |
| 36 | +* Add `breaking_change` enum value for `databricks.sdk.service.jobs.TerminationCodeCode`. |
| 37 | +* [Breaking] Change `update_catalog_config()` method for [w.data_classification](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dataclassification/data_classification.html) workspace-level service. Method path has changed. |
| 38 | +* [Breaking] Change `update_default_workspace_base_environment()` method for [w.environments](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/environments/environments.html) workspace-level service. Method path has changed. |
| 39 | +* [Breaking] Change `update_knowledge_assistant()` method for [w.knowledge_assistants](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/knowledgeassistants/knowledge_assistants.html) workspace-level service. Method path has changed. |
| 40 | +* [Breaking] Change `update_branch()`, `update_database()`, `update_endpoint()`, `update_project()` and `update_role()` methods for [w.postgres](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/postgres/postgres.html) workspace-level service. Method path has changed. |
| 41 | +* [Breaking] Change `update_default_warehouse_override()` method for [w.warehouses](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/sql/warehouses.html) workspace-level service. Method path has changed. |
0 commit comments