Skip to content

Commit

Permalink
Updated Module version and updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
DevClate committed Sep 14, 2024
1 parent 526e5d9 commit ccbb327
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 365AutomatedLab.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '365AutomatedLab.psm1'

# Version number of this module.
ModuleVersion = '2.10.2'
ModuleVersion = '2.11.0'

# Supported PSEditions
CompatiblePSEditions = 'Core'
Expand Down Expand Up @@ -59,7 +59,7 @@ RequiredModules = @(
@{ ModuleName='Microsoft.Graph.Identity.DirectoryManagement'; ModuleVersion='1.17.0' }
@{ ModuleName='Microsoft.Graph.Users.Actions'; ModuleVersion='1.17.0' }
@{ ModuleName='PSFramework'; ModuleVersion='1.8.289' }
@{ ModuleName='PnP.PowerShell'; RequiredVersion='2.2.0' }
@{ ModuleName='PnP.PowerShell'; ModuleVersion='2.2.0' }
#@{ ModuleName='Microsoft.Identity.Client'; RequiredVersion='4.50.0' }
)

Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# 365AutomatedLab Changelog

### 2.11.0

**Brief Summary**

This is a quick update to remove `Connect-PnP` directly in the modules so that you can choose the way you want to connect now since their update. I’ll be adding ways to connect in the future, but want to look at the best way to give everyone options.

### New Features

- Adding documentation for Connecting to PnP module now.
- [PnP PowerShell Documentation](https://pnp.github.io/powershell/)

### Breaking Changes

- Removed `Connect-PNP`
- Removed `Connect-PNP` till I/we can setup multiple ways to offer to connect to PNP with the new mandated way.
- `New-CT365SharePointSite`
- `New-CT365Teams`
- `Export-CT365ProdTeamstoExcel`
- `Remove-CT365AllDeletedM365Groups`
- `Remove-CT365AllSitesFromRecycleBin`
- `Remove-CT365SharePointSite`
- `Remove-CT365Teams`
- Change `RequiredVersion PnP.PowerShell 2.2` to `ModuleVersion 2.2.0`
- In the future, I will update to require a higher version, but do not want to break change. I have confirmed it works on 2.2.0 and 2.12.

### 2.10.2

**Brief Summary**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Due to the 365 Developer Program being on hold, I know it's not easy to get a te
- Microsoft.Graph.Users.Actions v1.17.0+
- PSFramework v1.8.289+
- PnP.PowerShell v2.2.0+
- Please read https://pnp.github.io/powershell/ if having issues with connecting
- Microsoft.Identity.Client v4.50.0.0

### Installer
Expand Down

0 comments on commit ccbb327

Please sign in to comment.