Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

ManagementClient.GetRulesAsync results are capped to 25 #581

Open
nemenos opened this issue Oct 4, 2018 · 5 comments
Open

ManagementClient.GetRulesAsync results are capped to 25 #581

nemenos opened this issue Oct 4, 2018 · 5 comments
Labels

Comments

@nemenos
Copy link

nemenos commented Oct 4, 2018

Hello,

I have a subscription with 30 rules
count: 100 and skip: 0 are default values for GetRulesAsync method.

Actual Behavior

  1. GetRulesAsync(topicName, subscriptionName, 100, 0) returns 25 results

Expected Behavior

  1. GetRulesAsync(topicName, subscriptionName, 100, 0) returns 100 results

If I use count: 25 and skip: 25 I get the remaining 5 rules.
It just seems that count is capped at 25 items, but default is 100.

Versions

  • .NET Version: net47
  • NuGet package version or commit ID: 3.1.1
@axisc
Copy link

axisc commented Oct 8, 2018

can you share a repro? we can investigate.

@nemenos
Copy link
Author

nemenos commented Oct 9, 2018 via email

@axisc
Copy link

axisc commented Oct 12, 2018

@nemenos - thanks for reporting this - acknowledge the problem on my end too. this is on the server side, so we're investigating.

@axisc axisc added the bug label Oct 12, 2018
@SeanFeldman
Copy link
Collaborator

@SeanFeldman
Copy link
Collaborator

@axisc any updates?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants