2.17.0
What's Changed
- [v2] Weekly OpenApiDocs Refresh in #2664
- [v2] Examples Update in #2659
- Makes
Set-MgUserPhotoContent
compatible with both PS Core and PS Desktop in #2661 - Breaking change in some of the
DELETE
operations. i.e.Remove-Mg*
inMicrosoft.Graph.Applications
,Microsoft.Graph.Groups
,Microsoft.Graph.Education
,Microsoft.Graph.Identity.DirectoryManagement
andMicrosoft.Graph.Identity.SignIns
modules. Please see list of affected cmdlets here for v1.0 endpoints https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/docs/PowerShellBreakingChanges-V1.0.csv and beta endpoints https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/docs/PowerShellBreakingChanges-Beta.csv. Find cmdlets in your scripts using the OldCmdlet column and replace with the cmdlet on the NewCmdlet column. The migration script provided here https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/docs/BreakingChangeMigration.ps1 can also assist with the required changes.
Full Changelog: 2.16.0...2.17.0