Skip to content

Commit

Permalink
Update azure/table_azure_sql_database.go
Browse files Browse the repository at this point in the history
  • Loading branch information
madhushreeray30 authored Jan 8, 2024
1 parent c21dc12 commit d719aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/table_azure_sql_database.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ func getSqlDatabaseLongTermRetentionPolicies(ctx context.Context, d *plugin.Quer
return res[0], nil
}

func getSqlDatabaseBlobPolicies(ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error) {
func getSqlDatabaseBlobAuditingPolicies(ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error) {
database := h.Item.(sql.Database)
serverName := strings.Split(*database.ID, "/")[8]
databaseName := *database.Name
Expand Down

0 comments on commit d719aec

Please sign in to comment.