Skip to content

Commit 0dc6be3

Browse files
authored
Added missing parent Hydrate to the tableazure_network_watcher_flow_log Closes #925 (#926)
1 parent d3c8787 commit 0dc6be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/table_azure_network_watcher_flow_log.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func tableAzureNetworkWatcherFlowLog(_ context.Context) *plugin.Table {
3333
},
3434
},
3535
List: &plugin.ListConfig{
36+
ParentHydrate: listNetworkWatchers,
3637
Hydrate: listNetworkWatcherFlowLogs,
3738
Tags: map[string]string{
3839
"service": "Microsoft.Network",

0 commit comments

Comments
 (0)