DscConfig.AADConnect.psd1
@{ RootModule = 'DscConfig.AADConnect.psm1' ModuleVersion = '0.2.0' GUID = '63e8bf79-62d3-4249-8fe6-9a766fbe8481' 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 = 'preview0002' Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResource') LicenseUri = 'https://github.com/dsccommunity/DscConfig.AADConnect/blob/main/LICENSE' ProjectUri = 'https://github.com/dsccommunity/DscConfig.AADConnect' IconUri = 'https://dsccommunity.org/images/DSC_Logo_300p.png' ReleaseNotes = '## [0.2.0-preview0002] - 2025-07-24 ### Added - Added documentation and examples. ### Changed - Removed files of `DscBuildHelpers` and cleaned up `.gitignore`. - Updated `RequiredModules.psd1`. ' } } } |