Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Feb 14, 2024
1 parent 5871e56 commit 9ab64a0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added Import-PSDataFile function that fixes the limitation of the default Import-PowerShellDataFile function.
- Added Set-ADOEnvironment function to configure Azure DevOps environments correctly.

### Changed

- Updated information in the Readme file

### Remove

- Rollback of the new DataObject functions. These will be replaced by the [ObjectGraphTools module](https://www.powershellgallery.com/packages/ObjectGraphTools)
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,19 @@ This module contains various tools and functions that are used in the Microsoft3
This whitepaper describes how to manage Microsoft 365 using DevOps practices, by using tools like Azure DevOps and [Microsoft365DSC](https://microsoft365dsc.com/).

Of course you can use this module in your own projects as well.

This module can be found in the [PowerShell Gallery](https://www.powershellgallery.com/packages/M365DSCTools).

## Available functions

This module contains the following functions:

| Function | Description |
|----------|-------------|
| Add-ModulesToBlobStorage | Add blob to an Azure Blob Storage |
| Copy-Object | Clone an object, e.g. hashtables, making sure no references between the source and destination objects exist anymore |
| Get-ModulesFromBlobStorage | Get a blob from an Azure Blob Storage |
| Import-PSDataFile | Updated function to import PowerShell data files but without the size limitation |
| Merge-DataObject | Function to merge data objects [Deprecated] |
| Set-ADOEnvironment | Creates and configures environments in Azure DevOps pipelines |
| Write-Log | Logging function used by other functions |

0 comments on commit 9ab64a0

Please sign in to comment.