Skip to content

Commit

Permalink
Merge branch 'storage-tests' of github.com:jianghaolu/azure-sdk-for-j…
Browse files Browse the repository at this point in the history
…ava into storage-tests
  • Loading branch information
jianghaolu committed Jun 11, 2019
2 parents 141b4b0 + f3352b5 commit 73b8d37
Show file tree
Hide file tree
Showing 3 changed files with 1,922 additions and 1,939 deletions.
1 change: 1 addition & 0 deletions pom.client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1085,5 +1085,6 @@
<module>./keyvault/data-plane</module>
<module>./servicebus/data-plane</module>
<module>./storage/data-plane</module>
<module>./storage/client</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@

import com.azure.core.http.HttpPipeline;
import com.azure.core.util.Context;
import com.azure.storage.blob.implementation.AzureBlobStorageBuilder;
import com.azure.storage.blob.implementation.AzureBlobStorageImpl;
import com.azure.storage.blob.models.*;
import reactor.core.publisher.Flux;
import com.azure.storage.blob.models.ServicesGetAccountInfoResponse;
import com.azure.storage.blob.models.ServicesGetPropertiesResponse;
import com.azure.storage.blob.models.ServicesGetStatisticsResponse;
import com.azure.storage.blob.models.ServicesGetUserDelegationKeyResponse;
import com.azure.storage.blob.models.ServicesListContainersSegmentResponse;
import com.azure.storage.blob.models.ServicesSetPropertiesResponse;
import com.azure.storage.blob.models.StorageServiceProperties;
import reactor.core.publisher.Mono;

import java.net.MalformedURLException;
import java.net.URL;
import java.time.Duration;
import java.time.OffsetDateTime;

Expand Down
Loading

0 comments on commit 73b8d37

Please sign in to comment.