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

Get-vRABlueprint is not using the Limit parameter #178

Closed
jonathanmedd opened this issue Mar 21, 2018 · 0 comments
Closed

Get-vRABlueprint is not using the Limit parameter #178

jonathanmedd opened this issue Mar 21, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@jonathanmedd
Copy link
Contributor

Steps to reproduce

Use Get-vRABlueprint when there are more than 20 Blueprints:

Get-vRABlueprint -Limit 50

(Note: the default value is 100, so 50 should not need to be supplied)

Expected behavior

Returns 50 Blueprints

Actual behavior

Returns the API default of 20 Blueprints

Environment data

> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.14409.1005
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.14409.1005
CLRVersion                     4.0.30319.34209
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

> $vRAConnection

Server             : https://vraserver.local
Token              : xxxxx
Tenant             : xxxxxx
Username           : xxxxxx
APIVersion         : 7.1
SignedCertificates : False
SslProtocol        : Default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant