forked from databricks/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade TF provider to 1.54.0 (databricks#1852)
## Changes Upgrade TF provider to 1.54.0
- Loading branch information
1 parent
f8bb3a8
commit 68d69d6
Showing
8 changed files
with
79 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package schema | ||
|
||
const ProviderVersion = "1.53.0" | ||
const ProviderVersion = "1.54.0" |
15 changes: 15 additions & 0 deletions
15
bundle/internal/tf/schema/data_source_notification_destinations.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type DataSourceNotificationDestinationsNotificationDestinations struct { | ||
DestinationType string `json:"destination_type,omitempty"` | ||
DisplayName string `json:"display_name,omitempty"` | ||
Id string `json:"id,omitempty"` | ||
} | ||
|
||
type DataSourceNotificationDestinations struct { | ||
DisplayNameContains string `json:"display_name_contains,omitempty"` | ||
Type string `json:"type,omitempty"` | ||
NotificationDestinations []DataSourceNotificationDestinationsNotificationDestinations `json:"notification_destinations,omitempty"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type DataSourceRegisteredModelModelInfoAliases struct { | ||
AliasName string `json:"alias_name,omitempty"` | ||
VersionNum int `json:"version_num,omitempty"` | ||
} | ||
|
||
type DataSourceRegisteredModelModelInfo struct { | ||
BrowseOnly bool `json:"browse_only,omitempty"` | ||
CatalogName string `json:"catalog_name,omitempty"` | ||
Comment string `json:"comment,omitempty"` | ||
CreatedAt int `json:"created_at,omitempty"` | ||
CreatedBy string `json:"created_by,omitempty"` | ||
FullName string `json:"full_name,omitempty"` | ||
MetastoreId string `json:"metastore_id,omitempty"` | ||
Name string `json:"name,omitempty"` | ||
Owner string `json:"owner,omitempty"` | ||
SchemaName string `json:"schema_name,omitempty"` | ||
StorageLocation string `json:"storage_location,omitempty"` | ||
UpdatedAt int `json:"updated_at,omitempty"` | ||
UpdatedBy string `json:"updated_by,omitempty"` | ||
Aliases []DataSourceRegisteredModelModelInfoAliases `json:"aliases,omitempty"` | ||
} | ||
|
||
type DataSourceRegisteredModel struct { | ||
FullName string `json:"full_name"` | ||
IncludeAliases bool `json:"include_aliases,omitempty"` | ||
IncludeBrowse bool `json:"include_browse,omitempty"` | ||
ModelInfo []DataSourceRegisteredModelModelInfo `json:"model_info,omitempty"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters