File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
ImageResizeWebApp/ImageResizeWebApp Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ public static async Task<List<string>> GetThumbNailUrls(AzureStorageConfig _stor
66
66
// Get reference to the container
67
67
CloudBlobContainer container = blobClient . GetContainerReference ( _storageConfig . ThumbnailContainer ) ;
68
68
69
- // Set the permission of the container to public
70
- await container . SetPermissionsAsync ( new BlobContainerPermissions { PublicAccess = BlobContainerPublicAccessType . Blob } ) ;
71
-
72
69
BlobContinuationToken continuationToken = null ;
73
70
74
71
BlobResultSegment resultSegment = null ;
Original file line number Diff line number Diff line change 21
21
<PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.0" />
22
22
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0" />
23
23
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0.0" />
24
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 2.0.0" />
25
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.0.0" />
26
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer.Design" Version =" 2.0.0-preview1-final" />
27
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.0.0" />
24
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 2.1.0" />
25
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.1.0" />
26
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 2.1.0" />
28
27
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 2.0.0" />
29
28
<PackageReference Include =" Microsoft.VisualStudio.Web.BrowserLink" Version =" 2.0.0" />
30
29
<PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.0.0" />
You can’t perform that action at this time.
0 commit comments