Skip to content

Commit

Permalink
deleted sdkv2 'data_users' and removed it from sdkv2.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomez04 committed Oct 24, 2024
1 parent 1c58eaa commit c2d70b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 73 deletions.
1 change: 0 additions & 1 deletion internal/providers/sdkv2/sdkv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func DatabricksProvider() *schema.Provider {
"databricks_volume": catalog.DataSourceVolume().ToResource(),
"databricks_volumes": catalog.DataSourceVolumes().ToResource(),
"databricks_user": scim.DataSourceUser().ToResource(),
"databricks_users": scim.DataSourceUsers().ToResource(),
"databricks_zones": clusters.DataSourceClusterZones().ToResource(),
},
ResourcesMap: map[string]*schema.Resource{ // must be in alphabetical order
Expand Down
72 changes: 0 additions & 72 deletions scim/data_users.go

This file was deleted.

0 comments on commit c2d70b9

Please sign in to comment.