Skip to content

Releases: microsoftgraph/msgraph-sdk-powershell

2.0.0-preview5

16 Feb 02:51
1074a66
Compare
Choose a tag to compare
2.0.0-preview5 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes module with the latest APIs #1803
  • Fixes download of extensionless files #1800
  • Fixes missing If-Match header when updating Planner resources microsoftgraph/msgraph-metadata#260
  • Fixes Invoke-MgGraphRequest serialization of non-ASCII character #1764
  • Fixes Find-MgGraphPermission resolution when no connection to Microsoft Graph exists #1786
  • Adds Teams custom commands for pre-approval #1745
  • Ports v1.x examples to v2.x #1760

Installation instructions

# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -AllowClobber -Force
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -AllowClobber -Force

1.22.0 Release

16 Feb 02:35
2d5e440
Compare
Choose a tag to compare

Microsoft Graph PowerShell Module

Release Notes

  • Refreshes module with the latest APIs #1810
  • Updates offline help with latest API descriptions and examples #1811
  • Fixes download of extensionless files #1789.
  • Fixes missing If-Match header when updating Planner resources microsoftgraph/msgraph-metadata#260.

Update instructions

Update-Module Microsoft.Graph

1.21.0 Release

30 Jan 22:03
3e0bf75
Compare
Choose a tag to compare

Microsoft Graph PowerShell Module

Release Notes

  • Refreshes module with the latest APIs #1766
  • Updates offline help with latest API descriptions and examples #1767
  • Fixes Invoke-MgGraphRequest serialization of non-ASCII character #1768

Update instructions

Update-Module Microsoft.Graph

2.0.0-preview4

24 Jan 23:21
196c37d
Compare
Choose a tag to compare
2.0.0-preview4 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes modules with the latest APIs #1762.
  • Adds offline examples for Teams module #1753.
  • Adds CertificateName alias to CertificateSubjectName on Connect-MgGraph for backward compatibility #1748.

See Microsoft Graph PowerShell v2 Upgrade Guide for more details.

Installation instructions

# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -AllowClobber -Force
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -AllowClobber -Force

2.0.0-preview3

13 Jan 16:42
Compare
Choose a tag to compare
2.0.0-preview3 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes modules with the latest APIs #1697.
  • Adds offline examples for Users, Users.Functions, and Users.Actions modules #1728.
  • Adds useful error message when an auth session hasn't been initialized.

See Microsoft Graph PowerShell v2 Upgrade Guide for more details.

Installation instructions

# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -AllowClobber -Force
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -AllowClobber -Force

1.20.0 Release

12 Jan 22:57
46f874a
Compare
Choose a tag to compare

Microsoft Graph PowerShell Module

Release Notes

  • Refreshes the module with the latest APIs #1730
  • Updates offline help with latest API descriptions ##1731

Update instructions

Update-Module Microsoft.Graph

2.0.0-preview2

20 Dec 23:57
b30ec6f
Compare
Choose a tag to compare
2.0.0-preview2 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes modules with the latest APIs.
  • Adds SecretCredential, Credential alias to ClientSecretCredential parameter for parity with Az module.

See Microsoft Graph PowerShell v2 Upgrade Guide for more details.

Installation instructions

# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -AllowClobber -Force
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -AllowClobber -Force

1.19.0 Release

15 Dec 18:50
52955f5
Compare
Choose a tag to compare

Microsoft Graph PowerShell Module

Release Notes

  • Refreshes the module with the latest APIs #1684
  • Updates offline help with latest API descriptions #1685

Update instructions

Update-Module Microsoft.Graph

2.0.0-preview1

14 Dec 18:13
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

Breaking Changes

  • Drops profile support (Select-MgProfile) in favor of independent v1.0 and beta modules.
  • Drops support for -ForceRefresh on Connect-MgGraph.
  • Renames beta command names from <Verb>-Mg<Noun> to <Verb>-MgBeta<Noun>.
  • Changes beta namespace from Microsoft.Graph.PowerShell.Models.<Entity> to Microsoft.Graph.Beta.PowerShell.Models.<Entity>.
  • Changes -AccessToken type on Connect-MgGraph from String to SecureString.

New Features and Improvements

  • Adds managed identity support.
  • Adds client secret credentials support.
  • Adds current user and local machine certificate store lookup when using certificate credentials.
  • Adds environment variable based auth support.
  • Adds HTTP/2 support.
  • Adds success status code range support.
  • Removes invalid navigation property parameters on commands.

See Microsoft Graph PowerShell v2 Upgrade Guide for more details.

Installation instructions

# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -AllowClobber -Force
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -AllowClobber -Force

1.18.0 Release

01 Dec 17:47
1186c50
Compare
Choose a tag to compare

Microsoft Graph PowerShell Module

Release Notes

  • Refreshes the module with the latest APIs #1657
  • Updates offline help with latest API descriptions #1658
  • Removes invalid commands in Microsoft.Graph.Identity.Governance module #1655

Update instructions

Update-Module Microsoft.Graph