Skip to content

Add Export-VIRole function? #8

Description

@devblackops

What do you think about adding an Export-VIRole function? Something like the following that would export out a JSON file from an existing role. This way, users wouldn't have to handcraft the JSON file.

Export-VIRole -Name 'MyRole' -Description 'This is my awesome role' -DestinationPath '.\myRole.json' -ReferenceUrl 'www.vmware.com' -Vendor 'VMware' -Release '1.0'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions