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.
1 parent 369ba96 commit e886fabCopy full SHA for e886fab
src/Common/Storage/Commands.Storage.Test/Service/MockStorageBlobManagement.cs
@@ -680,6 +680,16 @@ public Task<BlobResultSegment> ListBlobsSegmentedAsync(CloudBlobContainer contai
680
throw new NotImplementedException();
681
}
682
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
+
693
/// <summary>
694
/// The storage context
695
/// </summary>
0 commit comments