Skip to content

Commit

Permalink
Update libbeat/processors/add_cloud_metadata/provider_azure_vm.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kroh <[email protected]>
  • Loading branch information
MichaelKatsoulis and andrewkroh authored Mar 8, 2024
1 parent 2ce7d88 commit 17a1286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/processors/add_cloud_metadata/provider_azure_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func newAzureMetadataFetcher(
}

// NewClusterClient returns a NewManagedClustersClient
var NewClusterClient func(clientFactory *armcontainerservice.ClientFactory) *armcontainerservice.ManagedClustersClient = func(clientFactory *armcontainerservice.ClientFactory) *armcontainerservice.ManagedClustersClient {
var NewClusterClient = func(clientFactory *armcontainerservice.ClientFactory) *armcontainerservice.ManagedClustersClient {
return clientFactory.NewManagedClustersClient()
}

Expand Down

0 comments on commit 17a1286

Please sign in to comment.