Skip to content

Releases: microsoftgraph/msgraph-sdk-powershell

2.0.0-rc1

18 May 18:12
8fdeceb
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

What's Changed

  • Fixes command names for commands that call OData count paths. This is a partial fix for microsoft/OpenAPI.NET.OData#382.
  • Adds servicePrincipal, administrativeUnit, and device derived types to *-MgDirectoryDeletedItem* commands in microsoftgraph/msgraph-metadata#340
  • Adds custom cmdlets for RSC configuration in #2001 and #1968
  • Updates default output for common types in #2002
  • Refreshes module with the latest API changes in #2013

Full Changelog: 2.0.0-preview9...2.0.0-rc1

Installation instructions

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

2.0.0-preview9

04 May 23:08
616fa4d
Compare
Choose a tag to compare
2.0.0-preview9 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

What's Changed

Full Changelog: 2.0.0-preview8...2.0.0-preview9

Installation instructions

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

1.27.0 Release

27 Apr 20:35
e38e7c5
Compare
Choose a tag to compare

Release Notes

  • Refreshes module with the latest APIs #1977
  • Increases API coverage by adding group settings API to v1 #1980

1.26.0 Release

20 Apr 15:41
f8b83a0
Compare
Choose a tag to compare

Release Notes

  • Refreshes module with the latest APIs #1951
  • Fixes StartDate default when creating new assignment request #1948. Thanks @markwahl-msft for the contribution!

1.25.0 Release

30 Mar 23:06
a9add54
Compare
Choose a tag to compare

Release Notes

  • Adds support for /security/alerts_v2 #1909
  • Fixes paging for delta functions #1891

2.0.0-preview8

24 Mar 22:25
83e234c
Compare
Choose a tag to compare
2.0.0-preview8 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Fixes missing tenant id when using certificate for auth #1902
  • Fixes missing properties on the response of Get-MgContext #1902

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-preview7

23 Mar 20:09
57ea819
Compare
Choose a tag to compare
2.0.0-preview7 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes module with the latest APIs #1892
  • Fixes legacy command resolution on Windows PowerShell 5.1 #1882
  • Fixes dependency conflict with Az module #1894

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.24.0 Release

23 Mar 16:41
7ff6c07
Compare
Choose a tag to compare

Release Notes

  • Refreshes module with the latest APIs #1895
  • Adds examples to help files #1692

2.0.0-preview6

15 Mar 21:18
e73e956
Compare
Choose a tag to compare
2.0.0-preview6 Pre-release
Pre-release

Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell

Release Notes

  • Refreshes module with the latest APIs #1874
  • Fixes escaping of -Filter values #1826
  • Fixes missing parameters on some commands #1830
  • Fixes how CAE claims challenge is handled #1835
  • Fixes false error in commands that call Microsoft Graph API actions and functions #1837
  • Fixes dependency conflicts with other modules #1862
  • Adds /security/alerts_v2 commands #1827

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.23.0 Release

17 Mar 18:17
3aaacac
Compare
Choose a tag to compare

Microsoft Graph PowerShell Module

Release Notes

  • Refreshes the SDK with the latest APIs #1810
  • Adds examples to help files #1692

Update instructions

Update-Module Microsoft.Graph