Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
1.27.0 Release
1.26.0 Release
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
2.0.0-preview8
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
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
2.0.0-preview6
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
2.0.0-preview5
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
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