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

New-IntersightworkflowWorkflowInfo -Input parameter help references an unknown cmdlet #93

Open
briamorr opened this issue Apr 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@briamorr
Copy link

Describe the bug
New-IntersightworkflowWorkflowInfo -Input parameter help references an unknown cmdlet

To Reproduce
Get-Help New-IntersightworkflowWorkflowInfo -Full

-Input <object>
    All the given inputs for the workflow.

    **Note :- Use Initialize-Intersightobject to create the object of complex type object**

    Required?                    false
    Position?                    named
    Default value                None
    Accept pipeline input?       True (ByPropertyName)
    Accept wildcard characters?  false

C:> Initialize-Intersightobject
Initialize-Intersightobject: The term 'Initialize-Intersightobject' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Version used
Intersight Powershell SDK 1.0.11.7766

Expected behavior
Better documentation on how to define the input parameter

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@Ghufz Ghufz added the bug Something isn't working label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants