Skip to content

Commit e886fab

Browse files
committed
Resolve a build issue.
1 parent 369ba96 commit e886fab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Common/Storage/Commands.Storage.Test/Service/MockStorageBlobManagement.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,16 @@ public Task<BlobResultSegment> ListBlobsSegmentedAsync(CloudBlobContainer contai
680680
throw new NotImplementedException();
681681
}
682682

683+
/// <summary>
684+
/// Get the SAS token for an account.
685+
/// </summary>
686+
/// <param name="sharedAccessAccountPolicy">Shared access policy to generate the SAS token.</param>
687+
/// <returns>Account SAS token.</returns>
688+
public string GetStorageAccountSASToken(SharedAccessAccountPolicy sharedAccessAccountPolicy)
689+
{
690+
throw new NotImplementedException();
691+
}
692+
683693
/// <summary>
684694
/// The storage context
685695
/// </summary>

0 commit comments

Comments
 (0)