Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Oct 22, 2024
1 parent b4c6525 commit 9035794
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)

0 comments on commit 9035794

Please sign in to comment.