Skip to content

Commit

Permalink
Update SubscriptionProperties.cs (#21081)
Browse files Browse the repository at this point in the history
the error description for MaxDeliveryCount returns incorrectr property name
  • Loading branch information
oscarcabrero authored May 14, 2021
1 parent ccc25cb commit e84f026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public int MaxDeliveryCount
Argument.AssertAtLeast(
value,
AdministrationClientConstants.MinAllowedMaxDeliveryCount,
nameof(AutoDeleteOnIdle));
nameof(MaxDeliveryCount));

_maxDeliveryCount = value;
}
Expand Down

0 comments on commit e84f026

Please sign in to comment.