-
Notifications
You must be signed in to change notification settings - Fork 2.1k
update mistake in change log and add ex. for create blob in directory #46693
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 "?". |
There was a problem hiding this comment.
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'.
// 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.
No description provided.