Skip to content

[Preview] SDK types - BlobClient and BlobContainerClient #813

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

Merged
merged 23 commits into from
Mar 31, 2025

Conversation

ahmedmuhsin
Copy link
Contributor

@ahmedmuhsin ahmedmuhsin commented Feb 28, 2025

Initial support for BlobClient and BlobContainerClient sdk-type bindings.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Additional PR information

@ahmedmuhsin ahmedmuhsin force-pushed the sdk-types branch 2 times, most recently from f4a7fd1 to 5dc0d91 Compare March 28, 2025 17:36
@ahmedmuhsin ahmedmuhsin force-pushed the sdk-types branch 2 times, most recently from 76f4816 to 2e84a59 Compare March 28, 2025 18:47
@ahmedmuhsin ahmedmuhsin force-pushed the sdk-types branch 3 times, most recently from 646e073 to a4aec60 Compare March 29, 2025 00:01
@ahmedmuhsin ahmedmuhsin marked this pull request as ready for review March 31, 2025 16:10
@ahmedmuhsin ahmedmuhsin changed the title Sdk types [Preview] SDK types - BlobClient and BlobContainerClient Mar 31, 2025
swapnil-nagar
swapnil-nagar previously approved these changes Mar 31, 2025
private final Map<String, InvocationChainFactory> functionFactories = new ConcurrentHashMap<>();
private final SdkParameterAnalyzer sdkParameterAnalyzer = new SdkParameterAnalyzer();
private final WorkerObjectCache<CacheKey> workerObjectCache;
private static final boolean ENABLE_SDK_TYPES_FLAG =
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you update the name to JAVA_ENABLE_SDK_TYPES?

@ahmedmuhsin ahmedmuhsin merged commit 1cd4c51 into Azure:dev Mar 31, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants