Skip to content
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

Fixed some blob batch samples #21319

Closed
wants to merge 2 commits into from

Conversation

gapra-msft
Copy link
Member

@gapra-msft gapra-msft commented May 11, 2021

Resolves #18809

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label May 11, 2021
@@ -23,12 +23,12 @@
* Code samples for the README.md
*/
public class ReadmeSamples {
private BlobServiceClient blobServiceClient = new BlobServiceClientBuilder().buildClient();
private BlobServiceClient blobServiceClient = new BlobServiceClientBuilder().endpoint("<YOUR_END_POINT>").sasToken("<YOUR_SAS_TOKEN>").buildClient();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to regenerate the README codesnippets

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do I do that?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of this should change the lines of code the following snippets are on so I think its ok right?

@gapra-msft gapra-msft closed this May 13, 2021
@gapra-msft
Copy link
Member Author

Merged the other duplicate PR that was opened for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storage blob batch Sample issues
3 participants