Skip to content

Commit ab00099

Browse files
authored
Merge pull request #178 from Shazwazza/Shazwazza-patch-1
Changes GetBlockBlobReference to be public
2 parents d7d422d + 43c0bb2 commit ab00099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UmbracoFileSystemProviders.Azure/AzureFileSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ public static CloudBlobContainer CreateContainer(CloudBlobClient cloudBlobClient
780780
/// <returns>
781781
/// The <see cref="CloudBlockBlob"/> reference.
782782
/// </returns>
783-
private CloudBlockBlob GetBlockBlobReference(string path)
783+
public CloudBlockBlob GetBlockBlobReference(string path)
784784
{
785785
Current.Logger.Debug<AzureBlobFileSystem>($"GetBlockBlobReference(path) method executed with path:{path}");
786786

0 commit comments

Comments
 (0)