KeDo_AZTableAPI.psd1

#
# Module manifest for module 'KeDo_AZTableAPI'
#

@{
    #* Module Statics
    ModuleVersion     = '3.2.2'
    GUID              = 'F42d7012-4dcf-4797-bc3d-c1397cbe288f'

    #* Copyright stuff
    Author            = 'Ken Dobrunz'
    Copyright         = 'Ken Dobrunz // Ken.Dobrunz@skaylink.com & Ken@Dobrunz.tech'
    Description       = 'AZ Table API commands'
    HelpInfoURI       = 'http://kensmagic.site'

    #* Module files & co.
    # RootModule = ''

    NestedModules     = @(
        "Get-SAStokenValidity--v1-0.psm1"
        "New-AZTable--v1-0.psm1"
        "Remove-AZTableEntity--v3-0.psm1"
        "Update-AZTableEntity.psm1"
        "Get-AZTableEntity.psm1"
    )

    RequiredModules   = @()

    #* Export
    # FunctionsToExport = @()
    CmdletsToExport   = @()
    VariablesToExport = ''
    AliasesToExport   = @()

    # Private data to pass to the nested modules
    PrivateData       = @{
        PSData = @{
        }
    }

}