We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07e737c + 6ee5db7 commit 9ac96c3Copy full SHA for 9ac96c3
BlobStorage/Advanced.cs
@@ -16,11 +16,6 @@
16
17
namespace BlobStorage
18
{
19
- using Microsoft.Azure;
20
- using Microsoft.Azure.Storage;
21
- using Microsoft.Azure.Storage.Blob;
22
- using Microsoft.Azure.Storage.RetryPolicies;
23
- using Microsoft.Azure.Storage.Shared.Protocol;
24
using System;
25
using System.Collections.Generic;
26
using System.IO;
@@ -31,7 +26,6 @@ namespace BlobStorage
31
using System.Threading.Tasks;
32
27
using Microsoft.Azure;
33
28
using Microsoft.Azure.Storage;
34
- using Microsoft.Azure.Storage.Auth;
35
29
using Microsoft.Azure.Storage.Blob;
36
30
using Microsoft.Azure.Storage.RetryPolicies;
37
using Microsoft.Azure.Storage.Shared.Protocol;
0 commit comments