Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
2.24.0
What's Changed
- [v2] Weekly OpenApI Docs Refresh in #2970
- [v2] Examples Update in #2972
- Corrected example 5 title by @msewaweru in #2974
- Adds AutoRest directives to remove over generated cmdlets in #2968
- Fixes subsequent failures after first successful
Invoke-MgGraphRequest
run when using national cloud environments in #2971 - Updated example to remove mentions of Global admin by @msewaweru in #2945
Full Changelog: 2.23.0...2.24.0
2.23.0
2.22.0
What's Changed
- [v2] Weekly OpenApiDocs Refresh in #2903
- [v2] Examples Update in #2895
- Adds beta version to docker file in #2887
- Introduces BusinessScenario and BackupRestore modules in #2889
- Updates
ModulesMapping.json
file Open Api tags for Network Access Module in #2897 - Updates
Invoke-MgGraphRequest
cmdlet to handle responses oftext/plain
content types in #2896 - Update Reset-MgUserAuthenticationMethodPassword.md by @tajaber in #2892
- Update New-MgBetaSecurityAuditLogQuery.md - fix example indent by @mmascolino in #2890
New Contributors
- @tajaber made their first contribution in #2892
- @mmascolino made their first contribution in #2890
Full Changelog: 2.21.0...2.22.0
2.21.1
What's Changed
- fix: adds workflow to publish docker image in #2874
- fix: removes arm64v8 and armv7 platforms from docker since upstream image doesn't seem to support it in #2885
Full Changelog: 2.20.0...2.21.1
2.21.0
What's Changed
- [v2] Weekly OpenApiDocs Refresh in #2862
- [v2] Examples Update in #2844
- Upgrades
Moq
version to 4.20.70,Microsoft.Graph.Core
to 3.1.13 andMicrosoft.PowerShell.SDK
to 7.4.3 in #2835 - Resets graph environment session to its original state in #2842
- Adds parameter descriptions in script cmdlets in #2845
- Update Set-MgUserPhotoContent.md by @Agazoth in #2863
New Contributors
Full Changelog: 2.20.0...2.21.0
2.20.0
What's Changed
- [v2] Weekly OpenApiDocs Refresh #2824
- Metadata changes detection #2726
- Bump Azure.Identity from 1.11.0 to 1.11.4 in /src/Authentication/Authentication.Core by @dependabot in #2787
- Fix Metadata breaking change detection workflow by @Ndiritu in #2773
- Fix bug when populating command alias value in command metadata JSON by @Ndiritu in #2788
- updates code of conduct to the latest standard by @baywet in #2740
- update author feedback label by @fey101 in #2750
- Update language and project on issues and PRs by @fey101 in #2776
- Remove outdated auto-add-project workflow file by @fey101 in #2779
- chore!: replaces project bot token task by official one by @baywet in #2802
- remove label waiting for author feedback if issue closes by @fey101 in #2806
- Disable blank issue template by @fey101 in #2812
New Contributors
Full Changelog: 2.19.0...2.20.0
2.19.0
What's Changed
- [v2] Weekly OpenApiDocs Refresh in #2725
- [v2] Examples Update in #2716
- Adds list of cmdlet changes as part of breaking change communication in #2718
- Backward Compatibility to address issues in 2.17.0 and 2.18.0 in #2721
- Fixes Invoke-MgGraphRequest issue in #2721
Full Changelog: 2.18.0...2.19.0
2.18.0
What's Changed
- [v2] Weekly OpenApiDocs Refresh in #2693
- [v2] Examples Update in #2692
- Bump Azure.Identity from 1.10.3 to 1.11.0 in /src/Authentication/Authentication.Core by @dependabot in #2675
- Orders permissions based on least privilege property value (
True
orfalse
) in #2680 - Add issue templating using issue forms in #2678
- Adds permissions type in #2681
- Restricts escaping of special characters to path segments only when using Invoke-MgGraphRequest and bumps
Azure.Identity.Broker
Library in #2690 - Externaldocs support for the auto generated powershell reference documents in #2697
- Add flag to send certificate chain for subject name / issuer based auth in Connect-MgGraph by @nayanshah in #2699
- Breaking changes as described in 2.17.0 release.
New Contributors
- @fey101 made their first contribution in #2678
- @nayanshah made their first contribution in #2699
Full Changelog: 2.17.0...2.18.0
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
2.16.0 release
What's Changed
- [v2] Weekly OpenApiDocs Refresh in #2635
- Updates Open API file for users module to include
DELETE
operation for/users/{user-id}/photo
in #2640 - Updates example for Set-MgBetaApplicationConnectorGroupByRef in #2616
Full Changelog: 2.15.0...2.16.0