M365DSC.CompositeResources.psd1
# # Module manifest for module 'M365DSC.CompositeResources' # # Generated on: 16-5-2024 # @{ # Script module or binary module file associated with this manifest. RootModule = 'M365DSC.CompositeResources.psm1' # Version number of this module. ModuleVersion = '1.24.515.200' # ID used to uniquely identify this module GUID = '8c07a295-6a8d-465d-933d-9f598d77fdfb' # Author of this module Author = 'Yorick Kuijs' # Company or vendor of this module CompanyName = 'Microsoft' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @( @{ModuleName='DscBuildHelpers'; ModuleVersion ='0.2.1'; GUID='23ccd4bf-0a52-4077-986f-c153893e5a6a'} @{ModuleName='Microsoft365DSC'; RequiredVersion='1.24.515.2'; GUID='39f599a6-d212-4480-83b3-a8ea2124d8cf'} ) # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = @('New-M365DSCExampleDataFile') # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() # Variables to export from this module VariablesToExport = @() # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. AliasesToExport = @() # DSC resources to export from this module DscResourcesToExport = @('*') # Description of the functionality provided by this module Description = 'DSC composite resource for configuring Microsoft 365' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '5.0' # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('DSC', 'DesiredStateConfiguration', 'M365DSC', 'Microsoft365DSC', 'Microsoft365', 'CompositeResource') # A URL to the license for this module. LicenseUri = 'https://github.com/ykuijs/M365DSC.CompositeResources/blob/main/LICENSE' # A URL to the main website for this project. ProjectUri = 'https://github.com/ykuijs/M365DSC.CompositeResources' # A URL to an icon representing this module. IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module ReleaseNotes = 'Module belongs to Microsoft365DSC v1.24.515.2' ExternalModuleDependencies = @('Microsoft365DSC') } } } |