Skip to content

Releases: microsoftgraph/msgraph-sdk-powershell

1.6.0 Release

10 Jun 19:52
4ffcb05
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Adds WindowsUpdates module #683, #671.
  • Adds interactive authentication as the default authentication mode #618. Customers can fallback to device code using Connect-MgGraph -UseDeviceAuthentication.
  • Adds new commands with simplified parameter sets to Identity.Governance module #632, #631, #627.
  • Fixes dependency conflict with MSOnline module #642.
  • Fixes device code authentication in PowerShell ISE #668.
  • Cleans up broken/invalid commands in Identity.Governance, Identity.SignIns, Users, and Users.Actions modules #670 #666.
  • Refreshes modules with latest APIs #687.

1.5.0 Release

22 Apr 15:35
3c4c2c5
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Adds CAE support #508.
  • Adds assembly resolve handler for safe dependency resolution to avoid assembly conflicts with other modules #585.
  • Adds missing site permissions commands to Microsoft.Graph.Sites module #607.
  • Removes invalid cmdlets in Microsoft.Graph.Identity.Governance module #605 #577.
  • Refreshes modules with latest APIs #616 #619.

1.4.2 Release

12 Mar 17:17
18fcdf2
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Refreshes modules with latest APIs #578 .
  • Fixes broken commands in Sites module #574.

1.4.0 Release

05 Mar 05:40
8135056
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Refreshes modules with latest APIs #567.
  • Adds DeviceManagement, DeviceManagement.Administration, DeviceManagement.Enrolment, DeviceManagement.Actions, and DeviceManagement.Functions modules to the SDK #549.
  • Fixes wrong count value with certain commands when a single item is returned in a collection #542.
  • Fixes bug where Connect-MgGraph would truncate and try to use an invalid certificate thumbprint #540.
  • Fixes -AccessToken parameter set #540,
  • Removes markdown docs from modules to reduce module bloat #557.
  • Removes breaking undocumented commands from Compliance module #552.
  • Removes breaking undocumented commands from Devices.CorporateManagement module #565.
  • Removes invalid *-UserAuthenticationMethod commands from Identity.Signins module #528.

1.3.1 Release

30 Jan 05:35
4c56467
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Bug fixes and performance improvements #535 .

1.3.0 Release

28 Jan 22:36
a3989fe
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Refreshes modules with latest APIs #520 .
  • Adds -OututType parameter to Invoke-MgGraphRequest. This parameter can be used to specify the desired output type from Invoke-MgGraphRequest #499 .
  • Fixes bad request failures when Invoke-MgGraphRequest to making PUT requests #486 .
  • Fixes silent failures when using Connect-MgGraph #521 .
  • Cleans information stream #484 .

1.2.0 Release

03 Dec 17:50
a16d04f
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes

  • Refreshes modules with latest APIs #472 .
  • Adds -Certificate parameter to Connect-MgGraph #440 .
  • Adds full support for KQL by properly formatting -Search values #448.
  • Adds communications singleton APIs to CloudCommunications module #460 .
  • Updates Microsoft.Graph module metadata to indicate that Azure automation is not supported. However, all service module support Azure automation #469.
  • Fixes UI freezes when Invoke-MgGraphRequest is called from a UI thread #439.
  • Removes invalid commands from Identity.Signins module #466.

1.1.0 Release

27 Oct 03:54
b9fdfde
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Refreshes modules with latest APIs #438.
  • Adds advanced query support via -ConsistencyLevel #438.
  • Adds support for file upload and download #433.
  • Adds national cloud support #425.
  • Fixes Invoke-MgGraphRequest case sensitive response #434.
  • Removes leading ? from query options in PS 5.1 #410.

1.0.1 Release

24 Sep 23:58
55405b3
Compare
Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Refreshes modules with the latest service APIs #394 .
  • Updates module classification to reduce SDK footprint. The new module list can be found here #348 .
  • Adds ToDo APIs to Users module #385 .
  • Adds support for v1.0 and beta endpoint of Microsoft Graph service. v1.0 is the default profile, use Select-MgProfile -Name beta to switch to beta #380 .
  • Adds aliases for Connect-Graph, Disconnect-Graph and Invoke-GraphRequest #384 .
  • Adds -AccessToken parameter to Connect-Graph #374 .
  • Adds -CountVariable to all commands that support $count. #352 .
  • Fixes HttpContent disposed exception when creating or updating an entity #360 .
  • Fixes deserialization of additionalProperties which resulted in a duplicate key error #391.

0.9.1 Release

14 Aug 16:44
910696c
Compare
Choose a tag to compare
0.9.1 Release Pre-release
Pre-release

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release Notes

  • Refreshes modules with the latest service APIs #319 .
  • Adds additionalProperties to OpenType entities #87 .
  • Adds Invoke-GraphRequest cmdlet for making HTTP calls to Microsoft Graph #245 .
  • Adds multi-profile support for switching between v1.0 and beta versions of the service #254 #255 .
  • Handles all success responses as success #272 .
  • Fixes wrongly named cmdlets #322 .
  • Makes improvements to page iteration #272.