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.
@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.
Cmdlet(s)
Get-AzureRmIntegrationAccountCertificate
PowerShell Version
Instructions: to get PowerShell version, type
$PSVersionTable
and look for the value associated withPSVersion
February 2017Module Version
not relevant
OS Version
Instructions: to get OS version, type
$PSversionTable
and look for value associated withBuildVersion
anyDescription
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