[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Logic] Get-AzureRmIntegrationAccountCertificate does not support paging #3585

Open
daviburg opened this issue Mar 6, 2017 · 2 comments
Open
Assignees
Labels
feature-request This issue requires a new behavior in the product in order be resolved. Logic App Service Attention This issue is responsible by Azure service team.

Comments

@daviburg
Copy link
Member
daviburg commented Mar 6, 2017

Cmdlet(s)

Get-AzureRmIntegrationAccountCertificate

PowerShell Version

Instructions: to get PowerShell version, type $PSVersionTable and look for the value associated with PSVersion
February 2017

Module Version

not relevant

OS Version

Instructions: to get OS version, type $PSversionTable and look for value associated with BuildVersion
any

Description

Get-AzureRmIntegrationAccountCertificate does not support paging
If a listing command exceeds the page size it is not possible to see the subsequent certificates in the integration account.

Debug Output

Instructions: to get Debug Output, set $DebugPreference="Continue" and then execute the cmdlet or script causing the issue
Not relevant.

Script/Steps for Reproduction

Create/upload 1k+ certificates (use a looping script) and run the get command at the integration account level.

Assign to @pankajsn

@markcowl
Copy link
Member

@pankajsn Please take a look

@cormacpayne
Copy link
Member

@pankajsn any updated on this? You can now use our generic paging mechanism that involves the GenericPageEnumerable class. You can see it being used here.

@bsiegel bsiegel added the Service Attention This issue is responsible by Azure service team. label Sep 26, 2018
@mjconnection mjconnection added the feature-request This issue requires a new behavior in the product in order be resolved. label Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requires a new behavior in the product in order be resolved. Logic App Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

6 participants