Skip to content

Releases: microsoftgraph/msgraph-sdk-powershell

1.9.2 Release

21 Jan 13:22
75d7cee

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.

1.9.1 Release

21 Dec 00:36
f076430

Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes:

  • Adds TargetEmail to New-MgEntitlementManagementAccessPackageAssignmentRequest #974.
  • Adds complete support for relative URIs when using Invoke-MgGraphRequest #951.
  • Makes -Body optional for POST and PATCH request when using Invoke-MgGraphRequest #955.
  • Adds logging of HTTP warning headers to PowerShell's warning stream #957.
  • Adds examples for specific cmdlets #904.
  • Refreshes modules with the latest APIs #970.
  • Fixes missing NOTES section ##953.

1.9.0 Release

24 Nov 00:44
9cd4853

Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes:

  • Adds User-Agent header to all requests. This should fix commands that were failing with a User-Agent required error #928 .
  • Cleans up modules by removing invalid commands #927.
  • Refreshes modules with the latest APIs #932 #943.
  • Fixes auth issues on WSL and Docker containers #934.
  • Fixes serialization bug of DictionaryEntry types #942.

1.8.0 Release

27 Oct 17:15

Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes:

  • Fixes "Ref" removal from commands that have *Ref* in their name. e.g., DomainNameReference #915.
  • Fixes information stream pollution by unnecessary logs #868.
  • Updates formatting of -Debug logs to include scopes, auth context info, request, and response sections #868.
  • Refreshes modules with the latest APIs #801.

1.7.0 Release

10 Sep 15:53

Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes:

  • Adds Find-MgGraphPermission command to Microsoft.Graph.Authentication module #809.
  • Adds Find-MgGraphCommand command to Microsoft.Graph.Authentication module #816.
  • Adds examples to commands in Applications, Group, Identity.DirectoryManagement, and Users modules #701.
  • Fixes bug where commands would suppress network exceptions when network is down, or endpoint is unreachable #712.
  • Cleans up broken/invalid commands in Teams, Planner, and Identity.Governance modules #830.
  • Reduces module size by removing unnecessary content in help files #805.
  • Refreshes modules with last month's APIs #801.

1.6.1 Release

13 Jul 18:33
43af5da

Choose a tag to compare

Microsoft Graph PowerShell SDK on PowerShell Gallery

Release notes:

  • Adds CloudPC audit event commands to DeviceManagement.Administration module #734.
  • Adds examples to commands in Applications, Group, Identity.DirectoryManagement, and Users modules #681, #685.
  • Fixes bug where commands would suppress network exceptions when network is down or endpoint is unreachable #712.
  • Cleans up broken/invalid commands in Identity.Governance module #680.
  • Refreshes modules with latest APIs #740.

1.6.0 Release

10 Jun 19:52
4ffcb05

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

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

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

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.