Skip to content

Commit

Permalink
azure code support for AzureAD
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Reddy <[email protected]>
  • Loading branch information
Vivek Reddy committed Oct 1, 2024
1 parent 473e80e commit 3b524f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/splunk/client/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ func NewMockAzureBlobClient(ctx context.Context, bucketName string, storageAccou
return &AzureBlobClient{
BucketName: bucketName,
StorageAccountName: storageAccountName,
SecretAccessKey: secretAccessKey,
Prefix: prefix,
Endpoint: endpoint,
//SecretAccessKey: secretAccessKey,
Prefix: prefix,
Endpoint: endpoint,
// HTTPClient: cl.(*spltest.MockHTTPClient), //FIXME // TODO
}, nil
}
Expand Down

0 comments on commit 3b524f3

Please sign in to comment.