Skip to content

Conversation

browndav-msft
Copy link
Member

No description provided.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Sep 16, 2025
@browndav-msft browndav-msft marked this pull request as ready for review September 17, 2025 00:19
@Copilot Copilot AI review requested due to automatic review settings September 17, 2025 00:19
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses a mistake in the changelog and adds examples for creating blob clients in directory structures. The changes improve documentation clarity and provide better examples for working with blobs in directories.

  • Fixes incorrect example in changelog that used URL encoding instead of directory structure
  • Adds multiple new examples for creating BlobClient instances within directory structures
  • Updates documentation to better organize and explain different ways to create blob clients

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
ReadmeSamples.java Adds new sample methods demonstrating blob creation in directories and fixes sample naming
README.md Reorganizes and adds new examples for creating blob clients in directory structures
CHANGELOG.md Corrects the breaking changes example to use directory structure instead of URL encoding

or

```java readme-sample-getBlobClient5
// Only one "?" is needed here. If the SAS token starts with "?", please removing one "?".
Copy link
Preview

Copilot AI Sep 17, 2025

Choose a reason for hiding this comment

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

Grammar error in the comment. Should be 'please remove one' instead of 'please removing one'.

Suggested change
// Only one "?" is needed here. If the SAS token starts with "?", please removing one "?".
// Only one "?" is needed here. If the SAS token starts with "?", please remove one "?".

Copilot uses AI. Check for mistakes.

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.

1 participant