VMware.VumAutomation.Sdk.psd1

#
# Module manifest for module 'VMware.VimAutomation.Sdk'
#
# Generated by: "VMware"
#

@{

    # Script module or binary module file associated with this manifest

    # Script module or binary module file associated with this manifest.
    RootModule      = 'VMware.VumAutomation.Sdk.psm1'

    # Version number of this module.
    ModuleVersion   = '12.8.0.30067619'

    # ID used to uniquely identify this module
    GUID            = 'b6ed108a-22bc-4888-afc8-6ee6c13513a6'

    # Author of this module
    Author          = 'VMware'

    # Company or vendor of this module
    CompanyName     = 'VMware, Inc.'

    # Copyright statement for this module
    Copyright       = 'Copyright (c) VMware, Inc. All rights reserved.'

    # Description of the functionality provided by this module
    Description     = 'This Windows PowerShell module contains PowerCLI Sdk.'

    # Cmdlets to export from this module
    CmdletsToExport = @('Get-ErrorReport')

    PrivateData     = @{
        PSData = @{
            IconUri = 'https://raw.githubusercontent.com/vmware/PowerCLI-Example-Scripts/1710f7ccbdd9fe9a3ab3f000e920fa6e8e042c63/resources/powercli-psgallery-icon.svg'
        }
    }
}