-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ability to create service clients anonymously #7421
Conversation
Just want to make sure I understand the reasoning behind this change, given that making a call to Scenario I have multiple contains which allow public access and I want to generate clients to interact with them. Option 1 I create a Option 2 I configure a This PR is to add support for option 1, correct? Would it be better to push on using option 2 as that falls in-line with the reason why the builder pattern was chosen? |
sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobServiceAsyncClient.java
Outdated
Show resolved
Hide resolved
Option 2 was suggested to the customer but it looks like option 1 is more along the lines of what they wanted as a solution. |
/check-enforcer evaluate |
/check-enforcer reset |
/check-enforcer evaluate |
Resolves #6575