Skip to content

Commit

Permalink
(AzureCXP) fix the permissions description (#26567)
Browse files Browse the repository at this point in the history
  • Loading branch information
navba-MSFT authored Jan 27, 2022
1 parent 290a3d8 commit 240cfa9
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,13 @@ public ShareSasBuilder()

/// <summary>
/// Initializes a new instance of the <see cref="ShareSasBuilder"/>
/// class to create a Blob Service Sas.
/// class to create a Azure File Sas.
/// </summary>
/// <param name="permissions">
/// The time at which the shared access signature becomes invalid.
/// This field must be omitted if it has been specified in an
/// associated stored access policy.
/// The permissions associated with the shared access signature. The
/// user is restricted to operations allowed by the permissions. This
/// field must be omitted if it has been specified in an associated
/// stored access policy.
/// </param>
/// <param name="expiresOn">
/// The time at which the shared access signature becomes invalid.
Expand All @@ -169,10 +170,11 @@ public ShareSasBuilder(ShareFileSasPermissions permissions, DateTimeOffset expir

/// <summary>
/// Initializes a new instance of the <see cref="ShareSasBuilder"/>
/// class to create a Blob Container Service Sas.
/// class to create a File Share Sas.
/// </summary>
/// <param name="permissions">
/// The time at which the shared access signature becomes invalid.
/// The permissions associated with the shared access signature. The
/// user is restricted to operations allowed by the permissions.
/// This field must be omitted if it has been specified in an
/// associated stored access policy.
/// </param>
Expand Down

0 comments on commit 240cfa9

Please sign in to comment.