KeDo_AzureGraphAPI.psd1

#
# Module manifest for module 'KeDo_AzureGraphAPI'
#

@{
#* Module Statics
ModuleVersion = '3.0.1'
GUID = 'F422f34b-8bc7-4b18-9890-6414578435f1'

#* Copyright stuff
Author = 'Ken Dobrunz'
Copyright         = 'Ken Dobrunz // Ken.Dobrunz@skaylink.com & Ken@Dobrunz.tech'
Description = 'AZ Graph generic functions'
HelpInfoURI = 'http://kensmagic.site'

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

NestedModules = @(
    "Get-GraphURIRecursive--v2-0.psm1"
    "Connect-AzureGraphAPI--v3-0.psm1"
)

# RequiredModules = @()

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

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

}