From 9035794433e9e0eb43228f309055599ffe4ca3e7 Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Tue, 22 Oct 2024 15:47:41 +0200 Subject: [PATCH] Updated Readme --- ReadMe.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 56c8d33..bde2ad0 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -9,7 +9,7 @@ This is [the repository](https://github.com/ykuijs/M365DSC_CICD) for the CICD Fr # Changelog -- v3.0 (2024-06-01) - Implemented a new framework +- v3.0 (2024-10-22) - Implemented a new framework - Separate Data and Scripts Azure DevOps projects - The solution is split into two different projects: Scripts and Data files. - This means that you can grant Microsoft 365 administrators access to the Data project, making sure they cannot change any of the scripts to deploy the changes. @@ -48,3 +48,15 @@ This is [the repository](https://github.com/ykuijs/M365DSC_CICD) for the CICD Fr - More robust deployment scripts - A DSC Compliancy script - v1.0 (2020-11-01) - Scripts that belong to the first version of the whitepaper + +# Links + +- M365DSCTools: Generic tools/functions that are used by the solution. + - [GitHub](https://github.com/ykuijs/M365DSCTools) + - [PowerShell Gallery](https://www.powershellgallery.com/packages/M365DSCTools) +- M365DSC.CRG: Code that is used by the M365DSC.CompositeResources module to generate the the Composite Resources module based on Microsoft365DSC. + - [GitHub](https://github.com/ykuijs/M365DSC.CRG) + - [PowerShell Gallery](https://www.powershellgallery.com/packages/M365DSC.CRG) +- M365DSC.CompositeResources: Project that is generating new versions of the M365DSC.CompositeResources module and publishing it to the PowerShell Gallery. + - [GitHub](https://github.com/ykuijs/M365DSC.CompositeResources) + - [PowerShell Gallery](https://www.powershellgallery.com/packages/M365DSC.CompositeResources)