Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.25k stars 1.93k forks source link

Blobs Sync Stack Migration #40812

Open ibrahimrabab opened 3 days ago

ibrahimrabab commented 3 days ago

Description

Migrating all sync clients in the Blobs package from using async clients to sync-only behavior.

Does not include the migration of uploads/downloads, these methods will be implemented in a future PR.