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

Code Sample Fixes for DataLake and Blobs #37881

Merged
merged 4 commits into from Dec 4, 2023

Conversation

ibrahimrabab
Copy link
Contributor

Description

resolves #36969
resolves #36971

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Nov 30, 2023
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Comment on lines +39 to +40
private BlobClient client = new BlobClientBuilder().endpoint("https://storageaccount.blob.core.windows.net")
.containerName("containerName").blobName("blobName").sasToken("sasToken").buildClient();
Copy link
Member

Choose a reason for hiding this comment

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

Should copy this to BlobAsyncClientBaseJavaDocCodeSnippets and BlobClientBaseJavaDocCodeSnippets

@ibrahimrabab ibrahimrabab merged commit 5d2cfe6 into Azure:main Dec 4, 2023
18 checks passed
@ibrahimrabab ibrahimrabab deleted the codeSnippetFixes branch December 4, 2023 21:28
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 - Blobs Samples Issue Storage - Files Data Lake Samples Issue
3 participants