DscConfig.M365.psd1

@{
    RootModule        = 'DscConfig.M365.psm1'
    ModuleVersion     = '0.4.0'
    GUID              = '3ed9a67d-9e7e-4c59-86b3-4f4bfd929c31'
    Author            = 'DSC Community'
    CompanyName       = 'DSC Community'
    Copyright         = 'Copyright the DSC Community contributors. All rights reserved.'
    Description       = 'DSC composite resource for https://github.com/dsccommunity/DscWorkshop'
    PowerShellVersion = '5.1'
    FunctionsToExport = '*'
    CmdletsToExport   = '*'
    VariablesToExport = '*'
    AliasesToExport   = '*'

    PrivateData       = @{

        PSData = @{
            Prerelease   = 'preview0001'
            Tags         = @('DesiredStateConfiguration', 'DSC', 'DSCResource')
            LicenseUri   = 'https://github.com/dsccommunity/DscConfig.M365/blob/main/LICENSE'
            ProjectUri   = 'https://github.com/dsccommunity/DscConfig.M365'
            IconUri      = 'https://dsccommunity.org/images/DSC_Logo_300p.png'
            ReleaseNotes = '## [0.4.0-preview0001] - 2024-09-11
 
### Changed
 
- Set ''Microsoft365DSC'' version to 1.24.904.1.
- Removed dependency to ''xDscResourceDesigner'' in ''DscBuildHelpers''.
- Build uses ''UseModuleFast'' now in Azure pipelines.
- Update GitVersion.Tool installation to version 5.* in Azure pipelines.
 
### Added
 
- Added test data for:
  - cEXOInboundConnector
  - cEXOOutboundConnector
  - cEXOManagementRole
  - cEXOManagementRoleAssignment
  - cEXOManagementRoleEntry
 
### Fixes
 
- Fixed a bug in the code generator when there is no ensure property for a resource.
 
'

        }
    }
}