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

Storage Blob Cryptography Readme and Sample issues #18808

Closed
Melanie-Ma opened this issue Jan 26, 2021 · 0 comments · Fixed by #22453
Closed

Storage Blob Cryptography Readme and Sample issues #18808

Melanie-Ma opened this issue Jan 26, 2021 · 0 comments · Fixed by #22453
Labels
Client This issue points to a problem in the data-plane of the library. Docs needs-team-triage Workflow: This issue needs the team to triage. Storage Storage Service (Queues, Blobs, Files) test-manual-pass

Comments

@Melanie-Ma
Copy link
Contributor

Melanie-Ma commented Jan 26, 2021

Section Link:
image
Suggestion:
Add [Source code | API reference documentation | REST API documentation | Product documentation | Samples]
As shown in the figure below about storage blob:
image

Section Link1, Link2, Link3:
image
Suggestion:
Change to

EncryptedBlobClient client = new EncryptedBlobClientBuilder()
            .key(key, keyWrapAlgorithm)
            .keyResolver(keyResolver)
            .connectionString(connectionString)
	    .containerName(containerName)
	    .blobName(blobName)
            .buildEncryptedBlobClient();

@jongio for notification

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 26, 2021
@tzhanl tzhanl added Client This issue points to a problem in the data-plane of the library. Docs needs-team-triage Workflow: This issue needs the team to triage. Storage Storage Service (Queues, Blobs, Files) test-manual-pass labels Jan 26, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 26, 2021
Melanie-Ma added a commit to Melanie-Ma/azure-sdk-for-java that referenced this issue Apr 27, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Docs needs-team-triage Workflow: This issue needs the team to triage. Storage Storage Service (Queues, Blobs, Files) test-manual-pass
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants