From 3b524f33189dd10df14c0667bdb98e31b5f0702b Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Tue, 1 Oct 2024 13:44:32 -0700 Subject: [PATCH] azure code support for AzureAD Signed-off-by: Vivek Reddy --- pkg/splunk/client/util.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/splunk/client/util.go b/pkg/splunk/client/util.go index d0cee0797..3a410b63e 100644 --- a/pkg/splunk/client/util.go +++ b/pkg/splunk/client/util.go @@ -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 }