Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
0.9.1 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
andbeta
versions of the service #254 #255 . - Handles all success responses as success #272 .
- Fixes wrongly named cmdlets #322 .
- Makes improvements to page iteration #272.
0.7.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Sets default auth context scope for app only authentication - scripted experience - to process scope, and current user scope for delegated authentication i.e. device code #288.
- Adds
-ContextScope
parameter toConnect-Graph
cmdlet.-ContextScope
allows customers to set their desired context scope. The value can either beProcess
orCurrentUser
#288. - Makes improvements to how the token cache is accessed #288.
- Makes improvements to how
GraphSession
object is accessed #291. - Refresh modules with latest APIs.
0.7.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
0.5.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Fix casing bug on Linux #188
- Fix hard dependency issues on PowerShell 5.1 #189 #187 #194
- Refresh modules with 5/5/2020 beta CSDL
0.5.0 Release
Microsoft.Graph PowerShell SDK on PowerShell Gallery
Release notes
0.2.0 Release
Microsoft.Graph PowerShell SDK on PowerShell Gallery.
Release notes
- Adds
Get-MgContext
cmdlet that returns the current authentication context used to authenticate requests #78 . - Adds
New-MgGroupMember
cmdlet toGroups.DirectoryObject
module #79 . - Adds
CloudCommunications
,Financials
,Identity.ConditionalAccess
,Identity.UserFlows
,Reports
,Search
andSecurity
modules #128 . - Adds piping support #121 .
- Updates token cache file path from PowerShell installation location to a users profile #114 .
- Encrypt tokens on Windows #101 .
- Refresh all modules with the latest Microsoft Graph metadata csdl #131 .
- Updates samples #85 #91.
- Updated signing of metamodule (Microsoft.Graph).