Skip to content

Commit

Permalink
Update azure/table_azure_sql_server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
madhushreeray30 authored Jan 8, 2024
1 parent 229b7be commit 2a77f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/table_azure_sql_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func tableAzureSQLServer(_ context.Context) *plugin.Table {
Name: "audit_policy",
Description: "The SQL server blob auditing policy..",
Type: proto.ColumnType_JSON,
Hydrate: getSQLServerBlobPolicies,
Hydrate: getSQLServerBlobAuditingPolicies,

Check failure on line 166 in azure/table_azure_sql_server.go

View workflow job for this annotation

GitHub Actions / golangci_lint_workflow / lint

undefined: getSQLServerBlobAuditingPolicies (typecheck)

Check failure on line 166 in azure/table_azure_sql_server.go

View workflow job for this annotation

GitHub Actions / golangci_lint_workflow / lint

undefined: getSQLServerBlobAuditingPolicies) (typecheck)
Transform: transform.FromValue(),
},

Expand Down

0 comments on commit 2a77f54

Please sign in to comment.