From 5e36f9073d2b88d379792828aa22f2305c4f36a5 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Mon, 18 Dec 2023 13:20:43 +0000 Subject: [PATCH] Make SetUrlsForAccountName private --- cpp/src/arrow/filesystem/azurefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/src/arrow/filesystem/azurefs.h b/cpp/src/arrow/filesystem/azurefs.h index 3953747fcf80b..5a8a59cc10de0 100644 --- a/cpp/src/arrow/filesystem/azurefs.h +++ b/cpp/src/arrow/filesystem/azurefs.h @@ -79,12 +79,11 @@ struct ARROW_EXPORT AzureOptions { std::shared_ptr token_credential_; + void SetUrlsForAccountName(const std::string& account_name); public: AzureOptions(); ~AzureOptions(); - void SetUrlsForAccountName(const std::string& account_name); - Status ConfigureDefaultCredential(const std::string& account_name); Status ConfigureAccountKeyCredential(const std::string& account_name,