felipecrv opened a new pull request, #39450:
URL: https://github.com/apache/arrow/pull/39450
### Rationale for this change
- Default credentials should be used by default.
- There should be a way to connect to public containers without credentials
(aka "anonymous credential").
### What changes are included in this PR?
- Sync ordering of declarations and definitions in the `AzureOptions` classs
- Use default credentials even when `ConfigureDefaultCredential()` isn't
explicitly called
- Create clients when `credential_kind_` is "anonymous" instead of
returning an error
### Are these changes tested?
By new and existing tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]