Rabab Ibrahim

Results 11 issues of Rabab Ibrahim

resolves #29786

Storage

Doing the check for overwriteCheck = exists().flatMap(...) is unnecessary, revisit the following areas and remove the exists() and immediately set RequestConditions as similarly done in Blobs. [https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L399](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L399) [https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L438](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L438) [https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L758](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/storage/azure-storage-file-datalake/src/main/java/com/azure/storage/file/datalake/DataLakeFileAsyncClient.java#L758) *as...

Storage
Data Lake Storage Gen1
Data Lake Storage Gen2

# Description This PR adds new feature to support directories and files with special characters \uFFFE (0xEFBFBE) and \uFFFF (0xEFBFBF).

Storage

# Description Adding the following download scenarios for File Share stress tests: - download - downloadToFile - getFileSeekableByteChannelRead - openInputStream

Storage

# Description Sync Stack for File Shares, decoupling of ShareClient, ShareFileClient, ShareDirectoryClient, and ShareServiceClient from the asynchronous clients.

Storage
no-recent-activity

# 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...

Storage

# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...

Storage

# Description

Storage

# Description Implementing download APIs for File Shares to be fully synchronous instead of depending on the async clients.

# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...

Storage