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 eb42392 commit a12ecf1Copy full SHA for a12ecf1
azure/services/networkinterfaces/client.go
@@ -36,7 +36,7 @@ type azureClient struct {
36
}
37
38
// NewClient creates a new network interfaces client from an authorizer.
39
-func NewClient(auth azure.Authorizer, apiCallTimeout time.Duration) (*azureClient, error) { //nolint:revive // leave it as is
+func NewClient(auth azure.Authorizer, apiCallTimeout time.Duration) (*azureClient, error) { //nolint:revive,nolintlint // leave it as is
40
opts, err := azure.ARMClientOptions(auth.CloudEnvironment())
41
if err != nil {
42
return nil, errors.Wrap(err, "failed to create networkinterfaces client options")
0 commit comments