Skip to content

Commit a56dd89

Browse files
Fix Common.sln XML comments (#328)
Co-authored-by: Beisi Zhou <[email protected]>
1 parent 2724ae1 commit a56dd89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Storage/Adapters/WindowsAzure.Storage.8/AzureContextAdapterExtensions.cs

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static class AzureContextAdapterExtensions
2929
/// Get the current storage account.
3030
/// </summary>
3131
/// <param name="context">The current Azure context.</param>
32+
/// <param name="provider">The storage service provider to retrieve storage service details</param>
3233
/// <returns>The current storage account, or null, if no current storage account is set.</returns>
3334
public static CloudStorageAccount GetCurrentStorageAccount(this IAzureContext context, IStorageServiceProvider provider)
3435
{
@@ -92,6 +93,7 @@ public static IStorageContext GetStorageContext(this IStorageService service)
9293
/// </summary>
9394
/// <param name="provider">The storage service provider to retrieve storage service details</param>
9495
/// <param name="accountName">The storage accoutn name</param>
96+
/// <param name="resourceGroupName"></param>
9597
/// <returns>A CloudStorageAccount client for storage data plane tasks</returns>
9698
public static CloudStorageAccount GetCloudStorageAccount(this IStorageServiceProvider provider, string accountName, string resourceGroupName = null)
9799
{

0 commit comments

Comments
 (0)