Skip to content

Commit 157a29e

Browse files
authored
Merge pull request #199 from Shazwazza/patch-1
Makes GetBlockBlobReference public just like v2
2 parents 5c0f6ff + 1ea2c5c commit 157a29e

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
@@ -809,7 +809,7 @@ private static bool SasCredentialHasContainerCreatePermission()
809809
/// <returns>
810810
/// The <see cref="BlobClient"/> reference.
811811
/// </returns>
812-
private BlobClient GetBlockBlobReference(string path)
812+
public BlobClient GetBlockBlobReference(string path)
813813
{
814814
Current.Logger.Debug<AzureBlobFileSystem>($"GetBlockBlobReference(path) method executed with path:{path}");
815815

0 commit comments

Comments
 (0)