Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay-db committed Apr 11, 2024
1 parent b670d4c commit 6278c65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libraries/libraries_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ import (
"github.com/databricks/databricks-sdk-go/service/compute"
)

type LibraryList struct {
// Unique identifier for the cluster on which to install these libraries.
ClusterId string `json:"cluster_id"`
// The libraries to install.
Libraries []compute.Library `json:"libraries,omitempty" tf:"slice_set,alias:library"`
}

// NewLibraryFromInstanceState returns library from instance state for
// custom schema hash function. The thing is that for sets of types with
// optional subtypes resource.SerializeResourceForHash doesn't seem to
Expand Down

0 comments on commit 6278c65

Please sign in to comment.