Skip to content

Releases: microsoftgraph/msgraph-sdk-powershell

1.12.3 Release

04 Oct 19:35
d6c3798
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Refreshes the SDK with the latest APIs #1549
  • Adds missing API paths to Find-MgGraphCommand #1549

1.12.2 Release

29 Sep 18:57
b577f8f
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Refreshes the SDK with the latest APIs #1520
  • Adds ability to install older versions of the module #1513
  • Adds examples to help files:
  • Adds rich descriptions to command help content.
  • Fixes failing URI when using Find-MgGraphCommand #1512
  • Fixes missing -All and -Filter parameters on some commands #1542

1.11.1 Release

23 Aug 16:49
ec1454e
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Adds examples to help files #1441
  • Fixes missing -BodyParameter for *ByRef commands #1470
  • Fixes how Invoke-MgGraphRequest handles non-JSON responses #1457

1.11.0 Release

04 Aug 05:41
3b0ed09
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Refreshes the SDK with the latest APIs #1424.
  • Adds examples to help files:
  • Adds parameter completer to Connect-MgGraph -Environment #1402.
  • Adds Invoke-MgRestMethod alias to Invoke-MgGraphRequest #1390.
  • Improves API coverage by adding missing APIs #1368..
  • Removes invalid commands #1401.
  • Fixes error handling in Disconnect-MgGraph #1395.
  • Fixes pagination by not setting a fixed page size #1361.

1.10.0 Release

22 Jun 18:14
52a9607
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Refreshes the SDK with the latest APIs #1315.
  • Adds examples to command help files #1258.
  • Adds Device Management Configuration Settings APIs support #1326.
  • Improves API coverage by adding missing APIs #660.
  • Fixes broken commands in Microsoft.Graph.Identity.Governance module #1305.
  • Fixes serialization of OData OpenTypes #1303.
  • Fixes broken report commands #665.
  • Fixes broken OData action and function commands #610.
  • Fixes broken Revoke-MgUserSignInSession #834.
  • Fixes environment reset bug when calling Invoke-MgGraph command #1328

1.9.6 Release

06 May 15:42
3024a60
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Fixes broken Get-MgSite and Get-MgSubSite commands #1229.
  • Fixes wrongly named cloudPC commands #1221.
  • Fixes stackoverflow exception in PowerShell 5.1. when fetching many items #1225.
  • Adds examples for MgDomainFederationConfiguration commands #1199.

1.9.5 Release

14 Apr 00:34
39dc290
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Fixes user-agent exception when making several calls in a session #1206.

1.9.4 Release

12 Apr 17:20
6d7e37f
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Refreshes the SDK with the latest APIs #1180.
  • Refreshes command docs and examples #1172 and #1160.
  • Adds resiliency by introducing a session-based HTTP client instance #1184.
  • Adds missing Test-MgGroupDynamicMembershipRule command #1175.
  • Fixes missing -Debug request bodies in PowerShell 5.1 #1179.
  • Identity.Governance module clean-up #1190 and #1189.

1.9.3 Release

10 Mar 16:15
282a456
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Adds parameter completer for Connect-MgGraph -Scopes #1124.
  • Adds Service Communication APIs #1113.
  • Refreshes the SDK with the latest APIs #1122.
  • Refreshes command docs and examples ##1112 and #1048.
  • Fixes missing -Debug body #1114.
  • Fixes serialization bug in additionalProperties #1095.

1.9.2 Release

21 Jan 13:22
75d7cee
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes:

  • Refreshes modules with the latest APIs #1016.
  • Adds Bookings v1.0 support #1006.
  • Prepares Entitlement Management custom cmdlets for v1.0 #990.
  • Fixes date-time serialization bug that sent string dates as local time instead of UTC #997 and #989.
  • Fixes requests timeouts when fetching large datasets #1018.
  • Fixes serialization of floating points when culture is not English Azure/autorest.powershell#878.
  • Fixes serialization of nested hashtables Azure/autorest.powershell#883.