Skip to content

Commit

Permalink
Fix Az.DataLakeAnalytics XML Comments (#18403)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-yuzhichen authored Jun 13, 2022
1 parent 5f0d4e8 commit 0dc7c19
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ public class DataLakeAnalyticsFirewallRule
/// <summary>
/// Initializes a new instance of the <see cref="DataLakeAnalyticsFirewallRule" /> class.
/// </summary>
/// <param name="property">The property.</param>
/// <param name="optionalName">The optional name of the file or folder</param>
/// <param name="optionalPath">The optional full path to the file or folder, excluding the file or folder name itself.</param>
/// <param name="baseRule"></param>
public DataLakeAnalyticsFirewallRule(FirewallRule baseRule)
{
Name = baseRule.Name;
Expand Down

0 comments on commit 0dc7c19

Please sign in to comment.