Az.ToolBox.psd1

#
# Module manifest for module 'Az.ToolBox'
#
# Generated by: Chendrayan Venkatesan
#
# Generated on: 8/18/2021
#

@{

    RootModule        = '.\Az.ToolBox.psm1'
    ModuleVersion     = '0.0.4'
    GUID              = '59eafdb0-8aef-4fe0-ad10-5fe17fece93c'
    Author            = 'Chendrayan Venkatesan'
    CompanyName       = 'Free Lancer'
    Copyright         = '(c) Chendrayan Venkatesan. All rights reserved.'
    Description       = 'A collection of PowerShell functions to work with Azure'
    FunctionsToExport = @('*')
    CmdletsToExport   = @(
        'Publish-CsvToADXTable',
        'Publish-JsonToADXTable',
        'Invoke-ADXQuery'
    )
    VariablesToExport = '*'
    AliasesToExport   = @()
    PrivateData       = @{
        PSData = @{
            # Tags applied to this module. These help with module discovery in online galleries.
            Tags = @('ADX' , 'AzureDataExplorer', 'CSV2ADX', 'ADXIngestion')

            # A URL to the license for this module.
            # LicenseUri = ''

            # A URL to the main website for this project.
            # ProjectUri = ''

            # A URL to an icon representing this module.
            # IconUri = ''

            # ReleaseNotes of this module
            # ReleaseNotes = ''

            # Prerelease string of this module
            # Prerelease = ''

            # Flag to indicate whether the module requires explicit user acceptance for install/update/save
            # RequireLicenseAcceptance = $false

            # External dependent modules of this module
            # ExternalModuleDependencies = @()

        } # End of PSData hashtable

    } # End of PrivateData hashtable

    # HelpInfo URI of this module
    # HelpInfoURI = ''

    # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
    # DefaultCommandPrefix = ''

}