Releases: microsoftgraph/msgraph-sdk-powershell
Releases · microsoftgraph/msgraph-sdk-powershell
1.2.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release notes
- Refreshes modules with latest APIs #472 .
- Adds
-Certificate
parameter toConnect-MgGraph
#440 . - Adds full support for KQL by properly formatting
-Search
values #448. - Adds
communications
singleton APIs toCloudCommunications
module #460 . - Updates
Microsoft.Graph
module metadata to indicate that Azure automation is not supported. However, all service module support Azure automation #469. - Fixes UI freezes when
Invoke-MgGraphRequest
is called from a UI thread #439. - Removes invalid commands from
Identity.Signins
module #466.
1.1.0 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
1.0.1 Release
Microsoft Graph PowerShell SDK on PowerShell Gallery
Release Notes
- Refreshes modules with the latest service APIs #394 .
- Updates module classification to reduce SDK footprint. The new module list can be found here #348 .
- Adds ToDo APIs to Users module #385 .
- Adds support for
v1.0
andbeta
endpoint of Microsoft Graph service.v1.0
is the default profile, useSelect-MgProfile -Name beta
to switch to beta #380 . - Adds aliases for
Connect-Graph
,Disconnect-Graph
andInvoke-GraphRequest
#384 . - Adds
-AccessToken
parameter toConnect-Graph
#374 . - Adds
-CountVariable
to all commands that support$count
. #352 . - Fixes HttpContent disposed exception when creating or updating an entity #360 .
- Fixes deserialization of additionalProperties which resulted in a duplicate key error #391.
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).