Skip to content
Merged
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
1 change: 1 addition & 0 deletions .nextchanges/dependency-updates/bump-tf-1.127.0.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
Bump the Databricks Terraform provider to 1.127.0 ([#6319](https://github.com/databricks/cli/pull/6319)).
9 changes: 9 additions & 0 deletions acceptance/bundle/migrate/grants/out.original_state.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,8 +28,11 @@
}
],
"id": "function/main.schema_grants.mymodel",
"mcp_service": null,
"metastore": null,
"model": null,
"model_provider_service": null,
"model_service": null,
"pipeline": null,
"provider_config": [
{
Expand DownExpand Up@@ -76,8 +79,11 @@
}
],
"id": "schema/main.schema_grants",
"mcp_service": null,
"metastore": null,
"model": null,
"model_provider_service": null,
"model_service": null,
"pipeline": null,
"provider_config": [
{
Expand DownExpand Up@@ -123,8 +129,11 @@
}
],
"id": "volume/main.schema_grants.volume_name",
"mcp_service": null,
"metastore": null,
"model": null,
"model_provider_service": null,
"model_service": null,
"pipeline": null,
"provider_config": [
{
Expand Down
2 changes: 1 addition & 1 deletion bundle/internal/tf/codegen/schema/version.go
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
package schema

// ProviderVersion is the version of the Databricks Terraform provider used for codegen.
const ProviderVersion = "1.126.0"
const ProviderVersion = "1.127.0"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions bundle/internal/tf/schema/data_source_alert_v2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions bundle/internal/tf/schema/data_source_alerts_v2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading