Skip to content

Commit

Permalink
Fix Common.sln XML comments (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: Beisi Zhou <[email protected]>
  • Loading branch information
v-yuzhichen and BethanyZhou authored Jun 27, 2022
1 parent 2724ae1 commit a56dd89
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static class AzureContextAdapterExtensions
/// Get the current storage account.
/// </summary>
/// <param name="context">The current Azure context.</param>
/// <param name="provider">The storage service provider to retrieve storage service details</param>
/// <returns>The current storage account, or null, if no current storage account is set.</returns>
public static CloudStorageAccount GetCurrentStorageAccount(this IAzureContext context, IStorageServiceProvider provider)
{
Expand Down Expand Up @@ -92,6 +93,7 @@ public static IStorageContext GetStorageContext(this IStorageService service)
/// </summary>
/// <param name="provider">The storage service provider to retrieve storage service details</param>
/// <param name="accountName">The storage accoutn name</param>
/// <param name="resourceGroupName"></param>
/// <returns>A CloudStorageAccount client for storage data plane tasks</returns>
public static CloudStorageAccount GetCloudStorageAccount(this IStorageServiceProvider provider, string accountName, string resourceGroupName = null)
{
Expand Down

0 comments on commit a56dd89

Please sign in to comment.