Skip to content

Commit

Permalink
Make SetUrlsForAccountName private
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Dec 18, 2023
1 parent 4dbe947 commit 5e36f90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/filesystem/azurefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,11 @@ struct ARROW_EXPORT AzureOptions {

std::shared_ptr<Azure::Core::Credentials::TokenCredential> 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,
Expand Down

0 comments on commit 5e36f90

Please sign in to comment.