Skip to content

Commit

Permalink
fix: blob region
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Nov 19, 2024
1 parent 1885483 commit 9cf81e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steampipe-plugin-azure/azure/table_azure_storage_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func tableAzureStorageBlob(_ context.Context) *plugin.Table {
Description: ColumnDescriptionRegion,
Type: proto.ColumnType_STRING,

Transform: transform.FromField("Description.Blob.VersionID").Transform(toLower),
Transform: transform.FromField("Metadata.Location").Transform(toLower),
},
{
Name: "resource_group",
Expand Down

0 comments on commit 9cf81e4

Please sign in to comment.