Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
madhushreeray30 committed Nov 2, 2023
1 parent 555a82f commit ee2f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/table_azure_databricks_workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func listDatabricksWorkspaces(ctx context.Context, d *plugin.QueryData, _ *plugi
//// HYDRATE FUNCTIONS

func getDatabricksWorkspace(ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error) {
plugin.Logger(ctx).Trace("getDatabricksWorkspace")
plugin.Logger(ctx).Debug("getDatabricksWorkspace")

workspaceName := d.EqualsQualString("name")
resourceGroup := d.EqualsQualString("resource_group")
Expand Down

0 comments on commit ee2f9a8

Please sign in to comment.