We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a479da4 commit 3bdec53Copy full SHA for 3bdec53
pkg/util/azureclient/azuresdk/armnetwork/flowlogs.go
@@ -23,7 +23,6 @@ type flowLogsClient struct {
23
*armnetwork.FlowLogsClient
24
}
25
26
-// NewFlowLogsClient creates a new FlowLogsClient
27
func NewFlowLogsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (FlowLogsClient, error) {
28
client, err := armnetwork.NewFlowLogsClient(subscriptionID, credential, options)
29
return &flowLogsClient{client}, err
0 commit comments